Shades of Dark Violet #A20EDF
Tints of Dark Violet #A20EDF
RGB
CMYK
RGB Variations
Color information
#A20EDF (or 0xA20EDF) is known color: Dark Violet. HEX triplet: A2, 0E and DF. RGB value is (162,14,223). Sum of RGB (Red+Green+Blue) = 162+14+223=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #A20EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EDF is #5DF120. Grayscale: #515151. Windows color (decimal): -6156577 or 14618274. OLE color: 14618274.
HSL color Cylindrical-coordinate representation of color #A20EDF: hue angle of 282.49º 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 #A20EDF is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 14 | 223 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.13 |
| HSL | 282.49º | 0.88% | 0.46% | - |
| HSV(B) | 282.49º | 0.94% | 0.87% | - |
| XYZ | 28.38 | 13.32 | 70.89 | - |
| YUV | 82.08 | 207.53 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 223 | 0.27 | 0.94 | 0 | 0.13 | 282.49 | 0.88 | 0.46 |
| Hex | A2 | E | DF | 1B | 5E | 0 | D | 11A | 58 | 2E |
| Octal | 242 | 16 | 337 | 33 | 136 | 0 | 15 | 432 | 130 | 56 |
| Binary | 10100010 | 1110 | 11011111 | 11011 | 1011110 | 0 | 1101 | 100011010 | 1011000 | 101110 |
Color Harmonies of #A20EDF
Complementary color
Monochromatic Colors of #A20EDF
Black with #A20EDF
Text Example
Text Example
White with #A20EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EDF; }
p { color: rgb(162,14,223); }
H1.HeaderClassName
{
color: #A20EDF;
}
.AnyTagClassName
{
color: #A20EDF;
}
</style>
background-color css
<style>
a { background-color: #A20EDF; }
a { background-color: rgb(162,14,223); }
div.DivClassName
{
background-color: #A20EDF;
}
.BgClassName
{
background-color: #A20EDF;
}
</style>
border-color css
<style>
span { border-color: #A20EDF; }
span { border-color: rgb(162,14,223); }
td.TdClassName
{
border-color: #A20EDF;
}
.TagClassName
{
border-color: #A20EDF;
}
</style>