Shades of Dark Violet #A00DEC
Tints of Dark Violet #A00DEC
RGB
CMYK
RGB Variations
Color information
#A00DEC (or 0xA00DEC) is known color: Dark Violet. HEX triplet: A0, 0D and EC. RGB value is (160,13,236). Sum of RGB (Red+Green+Blue) = 160+13+236=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #A00DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DEC is #5FF213. Grayscale: #515151. Windows color (decimal): -6287892 or 15469984. OLE color: 15469984.
HSL color Cylindrical-coordinate representation of color #A00DEC: hue angle of 279.55º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DEC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 13 | 236 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.07 |
| HSL | 279.55º | 0.9% | 0.49% | - |
| HSV(B) | 279.55º | 0.94% | 0.93% | - |
| XYZ | 29.78 | 13.82 | 80.45 | - |
| YUV | 82.38 | 214.7 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 236 | 0.32 | 0.94 | 0 | 0.07 | 279.55 | 0.9 | 0.49 |
| Hex | A0 | D | EC | 20 | 5E | 0 | 7 | 118 | 5A | 31 |
| Octal | 240 | 15 | 354 | 40 | 136 | 0 | 7 | 430 | 132 | 61 |
| Binary | 10100000 | 1101 | 11101100 | 100000 | 1011110 | 0 | 111 | 100011000 | 1011010 | 110001 |
Color Harmonies of #A00DEC
Complementary color
Monochromatic Colors of #A00DEC
Black with #A00DEC
Text Example
Text Example
White with #A00DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DEC; }
p { color: rgb(160,13,236); }
H1.HeaderClassName
{
color: #A00DEC;
}
.AnyTagClassName
{
color: #A00DEC;
}
</style>
background-color css
<style>
a { background-color: #A00DEC; }
a { background-color: rgb(160,13,236); }
div.DivClassName
{
background-color: #A00DEC;
}
.BgClassName
{
background-color: #A00DEC;
}
</style>
border-color css
<style>
span { border-color: #A00DEC; }
span { border-color: rgb(160,13,236); }
td.TdClassName
{
border-color: #A00DEC;
}
.TagClassName
{
border-color: #A00DEC;
}
</style>