Shades of Dark Violet #A20ADE
Tints of Dark Violet #A20ADE
RGB
CMYK
RGB Variations
Color information
#A20ADE (or 0xA20ADE) is known color: Dark Violet. HEX triplet: A2, 0A and DE. RGB value is (162,10,222). Sum of RGB (Red+Green+Blue) = 162+10+222=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #A20ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ADE is #5DF521. Grayscale: #4E4E4E. Windows color (decimal): -6157602 or 14551714. OLE color: 14551714.
HSL color Cylindrical-coordinate representation of color #A20ADE: hue angle of 283.02º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20ADE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 10 | 222 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.13 |
| HSL | 283.02º | 0.91% | 0.45% | - |
| HSV(B) | 283.02º | 0.95% | 0.87% | - |
| XYZ | 28.19 | 13.17 | 70.16 | - |
| YUV | 79.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 222 | 0.27 | 0.95 | 0 | 0.13 | 283.02 | 0.91 | 0.45 |
| Hex | A2 | A | DE | 1B | 5F | 0 | D | 11B | 5B | 2D |
| Octal | 242 | 12 | 336 | 33 | 137 | 0 | 15 | 433 | 133 | 55 |
| Binary | 10100010 | 1010 | 11011110 | 11011 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101101 |
Color Harmonies of #A20ADE
Complementary color
Monochromatic Colors of #A20ADE
Black with #A20ADE
Text Example
Text Example
White with #A20ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ADE; }
p { color: rgb(162,10,222); }
H1.HeaderClassName
{
color: #A20ADE;
}
.AnyTagClassName
{
color: #A20ADE;
}
</style>
background-color css
<style>
a { background-color: #A20ADE; }
a { background-color: rgb(162,10,222); }
div.DivClassName
{
background-color: #A20ADE;
}
.BgClassName
{
background-color: #A20ADE;
}
</style>
border-color css
<style>
span { border-color: #A20ADE; }
span { border-color: rgb(162,10,222); }
td.TdClassName
{
border-color: #A20ADE;
}
.TagClassName
{
border-color: #A20ADE;
}
</style>