Shades of Dark Violet #A00EED
Tints of Dark Violet #A00EED
RGB
CMYK
RGB Variations
Color information
#A00EED (or 0xA00EED) is known color: Dark Violet. HEX triplet: A0, 0E and ED. RGB value is (160,14,237). Sum of RGB (Red+Green+Blue) = 160+14+237=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #A00EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EED is #5FF112. Grayscale: #525252. Windows color (decimal): -6287635 or 15535776. OLE color: 15535776.
HSL color Cylindrical-coordinate representation of color #A00EED: hue angle of 279.28º degrees, saturation: 0.89, 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 #A00EED is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 14 | 237 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.07 |
| HSL | 279.28º | 0.89% | 0.49% | - |
| HSV(B) | 279.28º | 0.94% | 0.93% | - |
| XYZ | 29.94 | 13.9 | 81.23 | - |
| YUV | 83.08 | 214.87 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 237 | 0.32 | 0.94 | 0 | 0.07 | 279.28 | 0.89 | 0.49 |
| Hex | A0 | E | ED | 20 | 5E | 0 | 7 | 117 | 59 | 31 |
| Octal | 240 | 16 | 355 | 40 | 136 | 0 | 7 | 427 | 131 | 61 |
| Binary | 10100000 | 1110 | 11101101 | 100000 | 1011110 | 0 | 111 | 100010111 | 1011001 | 110001 |
Color Harmonies of #A00EED
Complementary color
Monochromatic Colors of #A00EED
Black with #A00EED
Text Example
Text Example
White with #A00EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EED; }
p { color: rgb(160,14,237); }
H1.HeaderClassName
{
color: #A00EED;
}
.AnyTagClassName
{
color: #A00EED;
}
</style>
background-color css
<style>
a { background-color: #A00EED; }
a { background-color: rgb(160,14,237); }
div.DivClassName
{
background-color: #A00EED;
}
.BgClassName
{
background-color: #A00EED;
}
</style>
border-color css
<style>
span { border-color: #A00EED; }
span { border-color: rgb(160,14,237); }
td.TdClassName
{
border-color: #A00EED;
}
.TagClassName
{
border-color: #A00EED;
}
</style>