Shades of Dark Magenta #A602AC
Tints of Dark Magenta #A602AC
RGB
CMYK
RGB Variations
Color information
#A602AC (or 0xA602AC) is known color: Dark Magenta. HEX triplet: A6, 02 and AC. RGB value is (166,2,172). Sum of RGB (Red+Green+Blue) = 166+2+172=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #A602AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A602AC is #59FD53. Grayscale: #454545. Windows color (decimal): -5897556 or 11272870. OLE color: 11272870.
HSL color Cylindrical-coordinate representation of color #A602AC: hue angle of 297.88º 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 #A602AC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 2 | 172 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.33 |
| HSL | 297.88º | 0.98% | 0.34% | - |
| HSV(B) | 297.88º | 0.99% | 0.67% | - |
| XYZ | 23.19 | 11.13 | 39.96 | - |
| YUV | 70.42 | 185.33 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 172 | 0.03 | 0.99 | 0 | 0.33 | 297.88 | 0.98 | 0.34 |
| Hex | A6 | 2 | AC | 3 | 63 | 0 | 21 | 12A | 62 | 22 |
| Octal | 246 | 2 | 254 | 3 | 143 | 0 | 41 | 452 | 142 | 42 |
| Binary | 10100110 | 10 | 10101100 | 11 | 1100011 | 0 | 100001 | 100101010 | 1100010 | 100010 |
Color Harmonies of #A602AC
Complementary color
Monochromatic Colors of #A602AC
Black with #A602AC
Text Example
Text Example
White with #A602AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602AC; }
p { color: rgb(166,2,172); }
H1.HeaderClassName
{
color: #A602AC;
}
.AnyTagClassName
{
color: #A602AC;
}
</style>
background-color css
<style>
a { background-color: #A602AC; }
a { background-color: rgb(166,2,172); }
div.DivClassName
{
background-color: #A602AC;
}
.BgClassName
{
background-color: #A602AC;
}
</style>
border-color css
<style>
span { border-color: #A602AC; }
span { border-color: rgb(166,2,172); }
td.TdClassName
{
border-color: #A602AC;
}
.TagClassName
{
border-color: #A602AC;
}
</style>