Shades of Dark Violet #A602D9
Tints of Dark Violet #A602D9
RGB
CMYK
RGB Variations
Color information
#A602D9 (or 0xA602D9) is known color: Dark Violet. HEX triplet: A6, 02 and D9. RGB value is (166,2,217). Sum of RGB (Red+Green+Blue) = 166+2+217=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #A602D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602D9 is #59FD26. Grayscale: #4A4A4A. Windows color (decimal): -5897511 or 14221990. OLE color: 14221990.
HSL color Cylindrical-coordinate representation of color #A602D9: hue angle of 285.77º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602D9 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 2 | 217 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.15 |
| HSL | 285.77º | 0.98% | 0.43% | - |
| HSV(B) | 285.77º | 0.99% | 0.85% | - |
| XYZ | 28.27 | 13.16 | 66.7 | - |
| YUV | 75.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 217 | 0.24 | 0.99 | 0 | 0.15 | 285.77 | 0.98 | 0.43 |
| Hex | A6 | 2 | D9 | 18 | 63 | 0 | F | 11E | 62 | 2B |
| Octal | 246 | 2 | 331 | 30 | 143 | 0 | 17 | 436 | 142 | 53 |
| Binary | 10100110 | 10 | 11011001 | 11000 | 1100011 | 0 | 1111 | 100011110 | 1100010 | 101011 |
Color Harmonies of #A602D9
Complementary color
Monochromatic Colors of #A602D9
Black with #A602D9
Text Example
Text Example
White with #A602D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602D9; }
p { color: rgb(166,2,217); }
H1.HeaderClassName
{
color: #A602D9;
}
.AnyTagClassName
{
color: #A602D9;
}
</style>
background-color css
<style>
a { background-color: #A602D9; }
a { background-color: rgb(166,2,217); }
div.DivClassName
{
background-color: #A602D9;
}
.BgClassName
{
background-color: #A602D9;
}
</style>
border-color css
<style>
span { border-color: #A602D9; }
span { border-color: rgb(166,2,217); }
td.TdClassName
{
border-color: #A602D9;
}
.TagClassName
{
border-color: #A602D9;
}
</style>