Shades of Dark Magenta #A414A6
Tints of Dark Magenta #A414A6
RGB
CMYK
RGB Variations
Color information
#A414A6 (or 0xA414A6) is known color: Dark Magenta. HEX triplet: A4, 14 and A6. RGB value is (164,20,166). Sum of RGB (Red+Green+Blue) = 164+20+166=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 166 - color contains mainly: blue. Hex color #A414A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A414A6 is #5BEB59. Grayscale: #4F4F4F. Windows color (decimal): -6024026 or 10884260. OLE color: 10884260.
HSL color Cylindrical-coordinate representation of color #A414A6: hue angle of 299.18º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A414A6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 20 | 166 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.35 |
| HSL | 299.18º | 0.78% | 0.36% | - |
| HSV(B) | 299.18º | 0.88% | 0.65% | - |
| XYZ | 22.44 | 11.15 | 37.04 | - |
| YUV | 79.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 166 | 0.01 | 0.88 | 0 | 0.35 | 299.18 | 0.78 | 0.36 |
| Hex | A4 | 14 | A6 | 1 | 58 | 0 | 23 | 12B | 4E | 24 |
| Octal | 244 | 24 | 246 | 1 | 130 | 0 | 43 | 453 | 116 | 44 |
| Binary | 10100100 | 10100 | 10100110 | 1 | 1011000 | 0 | 100011 | 100101011 | 1001110 | 100100 |
Color Harmonies of #A414A6
Complementary color
Monochromatic Colors of #A414A6
Black with #A414A6
Text Example
Text Example
White with #A414A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414A6; }
p { color: rgb(164,20,166); }
H1.HeaderClassName
{
color: #A414A6;
}
.AnyTagClassName
{
color: #A414A6;
}
</style>
background-color css
<style>
a { background-color: #A414A6; }
a { background-color: rgb(164,20,166); }
div.DivClassName
{
background-color: #A414A6;
}
.BgClassName
{
background-color: #A414A6;
}
</style>
border-color css
<style>
span { border-color: #A414A6; }
span { border-color: rgb(164,20,166); }
td.TdClassName
{
border-color: #A414A6;
}
.TagClassName
{
border-color: #A414A6;
}
</style>