Shades of Dark Violet #A802CB
Tints of Dark Violet #A802CB
RGB
CMYK
RGB Variations
Color information
#A802CB (or 0xA802CB) is known color: Dark Violet. HEX triplet: A8, 02 and CB. RGB value is (168,2,203). Sum of RGB (Red+Green+Blue) = 168+2+203=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #A802CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802CB is #57FD34. Grayscale: #494949. Windows color (decimal): -5766453 or 13304488. OLE color: 13304488.
HSL color Cylindrical-coordinate representation of color #A802CB: hue angle of 289.55º 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 #A802CB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 2 | 203 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.20 |
| HSL | 289.55º | 0.98% | 0.4% | - |
| HSV(B) | 289.55º | 0.99% | 0.8% | - |
| XYZ | 26.95 | 12.68 | 57.53 | - |
| YUV | 74.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 203 | 0.17 | 0.99 | 0 | 0.20 | 289.55 | 0.98 | 0.4 |
| Hex | A8 | 2 | CB | 11 | 63 | 0 | 14 | 122 | 62 | 28 |
| Octal | 250 | 2 | 313 | 21 | 143 | 0 | 24 | 442 | 142 | 50 |
| Binary | 10101000 | 10 | 11001011 | 10001 | 1100011 | 0 | 10100 | 100100010 | 1100010 | 101000 |
Color Harmonies of #A802CB
Complementary color
Monochromatic Colors of #A802CB
Black with #A802CB
Text Example
Text Example
White with #A802CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802CB; }
p { color: rgb(168,2,203); }
H1.HeaderClassName
{
color: #A802CB;
}
.AnyTagClassName
{
color: #A802CB;
}
</style>
background-color css
<style>
a { background-color: #A802CB; }
a { background-color: rgb(168,2,203); }
div.DivClassName
{
background-color: #A802CB;
}
.BgClassName
{
background-color: #A802CB;
}
</style>
border-color css
<style>
span { border-color: #A802CB; }
span { border-color: rgb(168,2,203); }
td.TdClassName
{
border-color: #A802CB;
}
.TagClassName
{
border-color: #A802CB;
}
</style>