Shades of Dark Violet #A20DE0
Tints of Dark Violet #A20DE0
RGB
CMYK
RGB Variations
Color information
#A20DE0 (or 0xA20DE0) is known color: Dark Violet. HEX triplet: A2, 0D and E0. RGB value is (162,13,224). Sum of RGB (Red+Green+Blue) = 162+13+224=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #A20DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DE0 is #5DF21F. Grayscale: #505050. Windows color (decimal): -6156832 or 14683554. OLE color: 14683554.
HSL color Cylindrical-coordinate representation of color #A20DE0: hue angle of 282.37º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20DE0 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 13 | 224 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.12 |
| HSL | 282.37º | 0.89% | 0.46% | - |
| HSV(B) | 282.37º | 0.94% | 0.88% | - |
| XYZ | 28.5 | 13.35 | 71.6 | - |
| YUV | 81.61 | 208.36 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 224 | 0.28 | 0.94 | 0 | 0.12 | 282.37 | 0.89 | 0.46 |
| Hex | A2 | D | E0 | 1C | 5E | 0 | C | 11A | 59 | 2E |
| Octal | 242 | 15 | 340 | 34 | 136 | 0 | 14 | 432 | 131 | 56 |
| Binary | 10100010 | 1101 | 11100000 | 11100 | 1011110 | 0 | 1100 | 100011010 | 1011001 | 101110 |
Color Harmonies of #A20DE0
Complementary color
Monochromatic Colors of #A20DE0
Black with #A20DE0
Text Example
Text Example
White with #A20DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DE0; }
p { color: rgb(162,13,224); }
H1.HeaderClassName
{
color: #A20DE0;
}
.AnyTagClassName
{
color: #A20DE0;
}
</style>
background-color css
<style>
a { background-color: #A20DE0; }
a { background-color: rgb(162,13,224); }
div.DivClassName
{
background-color: #A20DE0;
}
.BgClassName
{
background-color: #A20DE0;
}
</style>
border-color css
<style>
span { border-color: #A20DE0; }
span { border-color: rgb(162,13,224); }
td.TdClassName
{
border-color: #A20DE0;
}
.TagClassName
{
border-color: #A20DE0;
}
</style>