Shades of Dark Violet #A802DD
Tints of Dark Violet #A802DD
RGB
CMYK
RGB Variations
Color information
#A802DD (or 0xA802DD) is known color: Dark Violet. HEX triplet: A8, 02 and DD. RGB value is (168,2,221). Sum of RGB (Red+Green+Blue) = 168+2+221=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #A802DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802DD is #57FD22. Grayscale: #4B4B4B. Windows color (decimal): -5766435 or 14484136. OLE color: 14484136.
HSL color Cylindrical-coordinate representation of color #A802DD: hue angle of 285.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802DD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 2 | 221 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.13 |
| HSL | 285.48º | 0.98% | 0.44% | - |
| HSV(B) | 285.48º | 0.99% | 0.87% | - |
| XYZ | 29.22 | 13.59 | 69.49 | - |
| YUV | 76.6 | 209.5 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 221 | 0.24 | 0.99 | 0 | 0.13 | 285.48 | 0.98 | 0.44 |
| Hex | A8 | 2 | DD | 18 | 63 | 0 | D | 11D | 62 | 2C |
| Octal | 250 | 2 | 335 | 30 | 143 | 0 | 15 | 435 | 142 | 54 |
| Binary | 10101000 | 10 | 11011101 | 11000 | 1100011 | 0 | 1101 | 100011101 | 1100010 | 101100 |
Color Harmonies of #A802DD
Complementary color
Monochromatic Colors of #A802DD
Black with #A802DD
Text Example
Text Example
White with #A802DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802DD; }
p { color: rgb(168,2,221); }
H1.HeaderClassName
{
color: #A802DD;
}
.AnyTagClassName
{
color: #A802DD;
}
</style>
background-color css
<style>
a { background-color: #A802DD; }
a { background-color: rgb(168,2,221); }
div.DivClassName
{
background-color: #A802DD;
}
.BgClassName
{
background-color: #A802DD;
}
</style>
border-color css
<style>
span { border-color: #A802DD; }
span { border-color: rgb(168,2,221); }
td.TdClassName
{
border-color: #A802DD;
}
.TagClassName
{
border-color: #A802DD;
}
</style>