Shades of Dark Violet #A20AED
Tints of Dark Violet #A20AED
RGB
CMYK
RGB Variations
Color information
#A20AED (or 0xA20AED) is known color: Dark Violet. HEX triplet: A2, 0A and ED. RGB value is (162,10,237). Sum of RGB (Red+Green+Blue) = 162+10+237=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #A20AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20AED is #5DF512. Grayscale: #505050. Windows color (decimal): -6157587 or 15534754. OLE color: 15534754.
HSL color Cylindrical-coordinate representation of color #A20AED: hue angle of 280.18º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20AED is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 10 | 237 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.07 |
| HSL | 280.18º | 0.92% | 0.48% | - |
| HSV(B) | 280.18º | 0.96% | 0.93% | - |
| XYZ | 30.29 | 14.01 | 81.23 | - |
| YUV | 81.33 | 215.86 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 237 | 0.32 | 0.96 | 0 | 0.07 | 280.18 | 0.92 | 0.48 |
| Hex | A2 | A | ED | 20 | 60 | 0 | 7 | 118 | 5C | 30 |
| Octal | 242 | 12 | 355 | 40 | 140 | 0 | 7 | 430 | 134 | 60 |
| Binary | 10100010 | 1010 | 11101101 | 100000 | 1100000 | 0 | 111 | 100011000 | 1011100 | 110000 |
Color Harmonies of #A20AED
Complementary color
Monochromatic Colors of #A20AED
Black with #A20AED
Text Example
Text Example
White with #A20AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AED; }
p { color: rgb(162,10,237); }
H1.HeaderClassName
{
color: #A20AED;
}
.AnyTagClassName
{
color: #A20AED;
}
</style>
background-color css
<style>
a { background-color: #A20AED; }
a { background-color: rgb(162,10,237); }
div.DivClassName
{
background-color: #A20AED;
}
.BgClassName
{
background-color: #A20AED;
}
</style>
border-color css
<style>
span { border-color: #A20AED; }
span { border-color: rgb(162,10,237); }
td.TdClassName
{
border-color: #A20AED;
}
.TagClassName
{
border-color: #A20AED;
}
</style>