Shades of Dark Violet #A802DB
Tints of Dark Violet #A802DB
RGB
CMYK
RGB Variations
Color information
#A802DB (or 0xA802DB) is known color: Dark Violet. HEX triplet: A8, 02 and DB. RGB value is (168,2,219). Sum of RGB (Red+Green+Blue) = 168+2+219=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A802DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802DB is #57FD24. Grayscale: #4B4B4B. Windows color (decimal): -5766437 or 14353064. OLE color: 14353064.
HSL color Cylindrical-coordinate representation of color #A802DB: hue angle of 285.9º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802DB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 2 | 219 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.14 |
| HSL | 285.9º | 0.98% | 0.43% | - |
| HSV(B) | 285.9º | 0.99% | 0.86% | - |
| XYZ | 28.96 | 13.48 | 68.09 | - |
| YUV | 76.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 219 | 0.23 | 0.99 | 0 | 0.14 | 285.9 | 0.98 | 0.43 |
| Hex | A8 | 2 | DB | 17 | 63 | 0 | E | 11E | 62 | 2B |
| Octal | 250 | 2 | 333 | 27 | 143 | 0 | 16 | 436 | 142 | 53 |
| Binary | 10101000 | 10 | 11011011 | 10111 | 1100011 | 0 | 1110 | 100011110 | 1100010 | 101011 |
Color Harmonies of #A802DB
Complementary color
Monochromatic Colors of #A802DB
Black with #A802DB
Text Example
Text Example
White with #A802DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802DB; }
p { color: rgb(168,2,219); }
H1.HeaderClassName
{
color: #A802DB;
}
.AnyTagClassName
{
color: #A802DB;
}
</style>
background-color css
<style>
a { background-color: #A802DB; }
a { background-color: rgb(168,2,219); }
div.DivClassName
{
background-color: #A802DB;
}
.BgClassName
{
background-color: #A802DB;
}
</style>
border-color css
<style>
span { border-color: #A802DB; }
span { border-color: rgb(168,2,219); }
td.TdClassName
{
border-color: #A802DB;
}
.TagClassName
{
border-color: #A802DB;
}
</style>