Shades of Dark Violet #A002DD
Tints of Dark Violet #A002DD
RGB
CMYK
RGB Variations
Color information
#A002DD (or 0xA002DD) is known color: Dark Violet. HEX triplet: A0, 02 and DD. RGB value is (160,2,221). Sum of RGB (Red+Green+Blue) = 160+2+221=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #A002DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002DD is #5FFD22. Grayscale: #494949. Windows color (decimal): -6290723 or 14484128. OLE color: 14484128.
HSL color Cylindrical-coordinate representation of color #A002DD: hue angle of 283.29º 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 #A002DD is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 2 | 221 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.13 |
| HSL | 283.29º | 0.98% | 0.44% | - |
| HSV(B) | 283.29º | 0.99% | 0.87% | - |
| XYZ | 27.57 | 12.74 | 69.41 | - |
| YUV | 74.21 | 210.85 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 221 | 0.28 | 0.99 | 0 | 0.13 | 283.29 | 0.98 | 0.44 |
| Hex | A0 | 2 | DD | 1C | 63 | 0 | D | 11B | 62 | 2C |
| Octal | 240 | 2 | 335 | 34 | 143 | 0 | 15 | 433 | 142 | 54 |
| Binary | 10100000 | 10 | 11011101 | 11100 | 1100011 | 0 | 1101 | 100011011 | 1100010 | 101100 |
Color Harmonies of #A002DD
Complementary color
Monochromatic Colors of #A002DD
Black with #A002DD
Text Example
Text Example
White with #A002DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002DD; }
p { color: rgb(160,2,221); }
H1.HeaderClassName
{
color: #A002DD;
}
.AnyTagClassName
{
color: #A002DD;
}
</style>
background-color css
<style>
a { background-color: #A002DD; }
a { background-color: rgb(160,2,221); }
div.DivClassName
{
background-color: #A002DD;
}
.BgClassName
{
background-color: #A002DD;
}
</style>
border-color css
<style>
span { border-color: #A002DD; }
span { border-color: rgb(160,2,221); }
td.TdClassName
{
border-color: #A002DD;
}
.TagClassName
{
border-color: #A002DD;
}
</style>