Shades of Dark Violet #A602CA
Tints of Dark Violet #A602CA
RGB
CMYK
RGB Variations
Color information
#A602CA (or 0xA602CA) is known color: Dark Violet. HEX triplet: A6, 02 and CA. RGB value is (166,2,202). Sum of RGB (Red+Green+Blue) = 166+2+202=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #A602CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602CA is #59FD35. Grayscale: #494949. Windows color (decimal): -5897526 or 13238950. OLE color: 13238950.
HSL color Cylindrical-coordinate representation of color #A602CA: hue angle of 289.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602CA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 2 | 202 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.21 |
| HSL | 289.2º | 0.98% | 0.4% | - |
| HSV(B) | 289.2º | 0.99% | 0.79% | - |
| XYZ | 26.41 | 12.41 | 56.88 | - |
| YUV | 73.84 | 200.33 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 202 | 0.18 | 0.99 | 0 | 0.21 | 289.2 | 0.98 | 0.4 |
| Hex | A6 | 2 | CA | 12 | 63 | 0 | 15 | 121 | 62 | 28 |
| Octal | 246 | 2 | 312 | 22 | 143 | 0 | 25 | 441 | 142 | 50 |
| Binary | 10100110 | 10 | 11001010 | 10010 | 1100011 | 0 | 10101 | 100100001 | 1100010 | 101000 |
Color Harmonies of #A602CA
Complementary color
Monochromatic Colors of #A602CA
Black with #A602CA
Text Example
Text Example
White with #A602CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602CA; }
p { color: rgb(166,2,202); }
H1.HeaderClassName
{
color: #A602CA;
}
.AnyTagClassName
{
color: #A602CA;
}
</style>
background-color css
<style>
a { background-color: #A602CA; }
a { background-color: rgb(166,2,202); }
div.DivClassName
{
background-color: #A602CA;
}
.BgClassName
{
background-color: #A602CA;
}
</style>
border-color css
<style>
span { border-color: #A602CA; }
span { border-color: rgb(166,2,202); }
td.TdClassName
{
border-color: #A602CA;
}
.TagClassName
{
border-color: #A602CA;
}
</style>