Shades of Dark Magenta #A602AA
Tints of Dark Magenta #A602AA
RGB
CMYK
RGB Variations
Color information
#A602AA (or 0xA602AA) is known color: Dark Magenta. HEX triplet: A6, 02 and AA. RGB value is (166,2,170). Sum of RGB (Red+Green+Blue) = 166+2+170=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #A602AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A602AA is #59FD55. Grayscale: #454545. Windows color (decimal): -5897558 or 11141798. OLE color: 11141798.
HSL color Cylindrical-coordinate representation of color #A602AA: hue angle of 298.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602AA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 2 | 170 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.33 |
| HSL | 298.57º | 0.98% | 0.34% | - |
| HSV(B) | 298.57º | 0.99% | 0.67% | - |
| XYZ | 23 | 11.05 | 38.95 | - |
| YUV | 70.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 170 | 0.02 | 0.99 | 0 | 0.33 | 298.57 | 0.98 | 0.34 |
| Hex | A6 | 2 | AA | 2 | 63 | 0 | 21 | 12B | 62 | 22 |
| Octal | 246 | 2 | 252 | 2 | 143 | 0 | 41 | 453 | 142 | 42 |
| Binary | 10100110 | 10 | 10101010 | 10 | 1100011 | 0 | 100001 | 100101011 | 1100010 | 100010 |
Color Harmonies of #A602AA
Complementary color
Monochromatic Colors of #A602AA
Black with #A602AA
Text Example
Text Example
White with #A602AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602AA; }
p { color: rgb(166,2,170); }
H1.HeaderClassName
{
color: #A602AA;
}
.AnyTagClassName
{
color: #A602AA;
}
</style>
background-color css
<style>
a { background-color: #A602AA; }
a { background-color: rgb(166,2,170); }
div.DivClassName
{
background-color: #A602AA;
}
.BgClassName
{
background-color: #A602AA;
}
</style>
border-color css
<style>
span { border-color: #A602AA; }
span { border-color: rgb(166,2,170); }
td.TdClassName
{
border-color: #A602AA;
}
.TagClassName
{
border-color: #A602AA;
}
</style>