Shades of Dark Violet #A20EDD
Tints of Dark Violet #A20EDD
RGB
CMYK
RGB Variations
Color information
#A20EDD (or 0xA20EDD) is known color: Dark Violet. HEX triplet: A2, 0E and DD. RGB value is (162,14,221). Sum of RGB (Red+Green+Blue) = 162+14+221=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #A20EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EDD is #5DF122. Grayscale: #515151. Windows color (decimal): -6156579 or 14487202. OLE color: 14487202.
HSL color Cylindrical-coordinate representation of color #A20EDD: hue angle of 282.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EDD is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 14 | 221 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.13 |
| HSL | 282.9º | 0.88% | 0.46% | - |
| HSV(B) | 282.9º | 0.94% | 0.87% | - |
| XYZ | 28.11 | 13.22 | 69.48 | - |
| YUV | 81.85 | 206.53 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 221 | 0.27 | 0.94 | 0 | 0.13 | 282.9 | 0.88 | 0.46 |
| Hex | A2 | E | DD | 1B | 5E | 0 | D | 11B | 58 | 2E |
| Octal | 242 | 16 | 335 | 33 | 136 | 0 | 15 | 433 | 130 | 56 |
| Binary | 10100010 | 1110 | 11011101 | 11011 | 1011110 | 0 | 1101 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A20EDD
Complementary color
Monochromatic Colors of #A20EDD
Black with #A20EDD
Text Example
Text Example
White with #A20EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EDD; }
p { color: rgb(162,14,221); }
H1.HeaderClassName
{
color: #A20EDD;
}
.AnyTagClassName
{
color: #A20EDD;
}
</style>
background-color css
<style>
a { background-color: #A20EDD; }
a { background-color: rgb(162,14,221); }
div.DivClassName
{
background-color: #A20EDD;
}
.BgClassName
{
background-color: #A20EDD;
}
</style>
border-color css
<style>
span { border-color: #A20EDD; }
span { border-color: rgb(162,14,221); }
td.TdClassName
{
border-color: #A20EDD;
}
.TagClassName
{
border-color: #A20EDD;
}
</style>