Shades of Dark Violet #A602CB
Tints of Dark Violet #A602CB
RGB
CMYK
RGB Variations
Color information
#A602CB (or 0xA602CB) is known color: Dark Violet. HEX triplet: A6, 02 and CB. RGB value is (166,2,203). Sum of RGB (Red+Green+Blue) = 166+2+203=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #A602CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602CB is #59FD34. Grayscale: #494949. Windows color (decimal): -5897525 or 13304486. OLE color: 13304486.
HSL color Cylindrical-coordinate representation of color #A602CB: hue angle of 288.96º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602CB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 2 | 203 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.20 |
| HSL | 288.96º | 0.98% | 0.4% | - |
| HSV(B) | 288.96º | 0.99% | 0.8% | - |
| XYZ | 26.53 | 12.46 | 57.51 | - |
| YUV | 73.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 203 | 0.18 | 0.99 | 0 | 0.20 | 288.96 | 0.98 | 0.4 |
| Hex | A6 | 2 | CB | 12 | 63 | 0 | 14 | 121 | 62 | 28 |
| Octal | 246 | 2 | 313 | 22 | 143 | 0 | 24 | 441 | 142 | 50 |
| Binary | 10100110 | 10 | 11001011 | 10010 | 1100011 | 0 | 10100 | 100100001 | 1100010 | 101000 |
Color Harmonies of #A602CB
Complementary color
Monochromatic Colors of #A602CB
Black with #A602CB
Text Example
Text Example
White with #A602CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602CB; }
p { color: rgb(166,2,203); }
H1.HeaderClassName
{
color: #A602CB;
}
.AnyTagClassName
{
color: #A602CB;
}
</style>
background-color css
<style>
a { background-color: #A602CB; }
a { background-color: rgb(166,2,203); }
div.DivClassName
{
background-color: #A602CB;
}
.BgClassName
{
background-color: #A602CB;
}
</style>
border-color css
<style>
span { border-color: #A602CB; }
span { border-color: rgb(166,2,203); }
td.TdClassName
{
border-color: #A602CB;
}
.TagClassName
{
border-color: #A602CB;
}
</style>