Shades of Dark Violet #A210DD
Tints of Dark Violet #A210DD
RGB
CMYK
RGB Variations
Color information
#A210DD (or 0xA210DD) is known color: Dark Violet. HEX triplet: A2, 10 and DD. RGB value is (162,16,221). Sum of RGB (Red+Green+Blue) = 162+16+221=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #A210DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210DD is #5DEF22. Grayscale: #525252. Windows color (decimal): -6156067 or 14487714. OLE color: 14487714.
HSL color Cylindrical-coordinate representation of color #A210DD: hue angle of 282.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A210DD is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 16 | 221 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.13 |
| HSL | 282.73º | 0.86% | 0.46% | - |
| HSV(B) | 282.73º | 0.93% | 0.87% | - |
| XYZ | 28.14 | 13.27 | 69.49 | - |
| YUV | 83.02 | 205.87 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 221 | 0.27 | 0.93 | 0 | 0.13 | 282.73 | 0.86 | 0.46 |
| Hex | A2 | 10 | DD | 1B | 5D | 0 | D | 11B | 56 | 2E |
| Octal | 242 | 20 | 335 | 33 | 135 | 0 | 15 | 433 | 126 | 56 |
| Binary | 10100010 | 10000 | 11011101 | 11011 | 1011101 | 0 | 1101 | 100011011 | 1010110 | 101110 |
Color Harmonies of #A210DD
Complementary color
Monochromatic Colors of #A210DD
Black with #A210DD
Text Example
Text Example
White with #A210DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210DD; }
p { color: rgb(162,16,221); }
H1.HeaderClassName
{
color: #A210DD;
}
.AnyTagClassName
{
color: #A210DD;
}
</style>
background-color css
<style>
a { background-color: #A210DD; }
a { background-color: rgb(162,16,221); }
div.DivClassName
{
background-color: #A210DD;
}
.BgClassName
{
background-color: #A210DD;
}
</style>
border-color css
<style>
span { border-color: #A210DD; }
span { border-color: rgb(162,16,221); }
td.TdClassName
{
border-color: #A210DD;
}
.TagClassName
{
border-color: #A210DD;
}
</style>