Shades of Dark Violet #A20EAF
Tints of Dark Violet #A20EAF
RGB
CMYK
RGB Variations
Color information
#A20EAF (or 0xA20EAF) is known color: Dark Violet. HEX triplet: A2, 0E and AF. RGB value is (162,14,175). Sum of RGB (Red+Green+Blue) = 162+14+175=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #A20EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EAF is #5DF150. Grayscale: #4C4C4C. Windows color (decimal): -6156625 or 11472546. OLE color: 11472546.
HSL color Cylindrical-coordinate representation of color #A20EAF: hue angle of 295.16º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EAF is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 14 | 175 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.31 |
| HSL | 295.16º | 0.85% | 0.37% | - |
| HSV(B) | 295.16º | 0.92% | 0.69% | - |
| XYZ | 22.8 | 11.09 | 41.5 | - |
| YUV | 76.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 175 | 0.07 | 0.92 | 0 | 0.31 | 295.16 | 0.85 | 0.37 |
| Hex | A2 | E | AF | 7 | 5C | 0 | 1F | 127 | 55 | 25 |
| Octal | 242 | 16 | 257 | 7 | 134 | 0 | 37 | 447 | 125 | 45 |
| Binary | 10100010 | 1110 | 10101111 | 111 | 1011100 | 0 | 11111 | 100100111 | 1010101 | 100101 |
Color Harmonies of #A20EAF
Complementary color
Monochromatic Colors of #A20EAF
Black with #A20EAF
Text Example
Text Example
White with #A20EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EAF; }
p { color: rgb(162,14,175); }
H1.HeaderClassName
{
color: #A20EAF;
}
.AnyTagClassName
{
color: #A20EAF;
}
</style>
background-color css
<style>
a { background-color: #A20EAF; }
a { background-color: rgb(162,14,175); }
div.DivClassName
{
background-color: #A20EAF;
}
.BgClassName
{
background-color: #A20EAF;
}
</style>
border-color css
<style>
span { border-color: #A20EAF; }
span { border-color: rgb(162,14,175); }
td.TdClassName
{
border-color: #A20EAF;
}
.TagClassName
{
border-color: #A20EAF;
}
</style>