Shades of Dark Violet #A00EDC
Tints of Dark Violet #A00EDC
RGB
CMYK
RGB Variations
Color information
#A00EDC (or 0xA00EDC) is known color: Dark Violet. HEX triplet: A0, 0E and DC. RGB value is (160,14,220). Sum of RGB (Red+Green+Blue) = 160+14+220=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #A00EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EDC is #5FF123. Grayscale: #505050. Windows color (decimal): -6287652 or 14421664. OLE color: 14421664.
HSL color Cylindrical-coordinate representation of color #A00EDC: hue angle of 282.52º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00EDC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 14 | 220 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.14 |
| HSL | 282.52º | 0.88% | 0.46% | - |
| HSV(B) | 282.52º | 0.94% | 0.86% | - |
| XYZ | 27.57 | 12.95 | 68.76 | - |
| YUV | 81.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 220 | 0.27 | 0.94 | 0 | 0.14 | 282.52 | 0.88 | 0.46 |
| Hex | A0 | E | DC | 1B | 5E | 0 | E | 11B | 58 | 2E |
| Octal | 240 | 16 | 334 | 33 | 136 | 0 | 16 | 433 | 130 | 56 |
| Binary | 10100000 | 1110 | 11011100 | 11011 | 1011110 | 0 | 1110 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A00EDC
Complementary color
Monochromatic Colors of #A00EDC
Black with #A00EDC
Text Example
Text Example
White with #A00EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EDC; }
p { color: rgb(160,14,220); }
H1.HeaderClassName
{
color: #A00EDC;
}
.AnyTagClassName
{
color: #A00EDC;
}
</style>
background-color css
<style>
a { background-color: #A00EDC; }
a { background-color: rgb(160,14,220); }
div.DivClassName
{
background-color: #A00EDC;
}
.BgClassName
{
background-color: #A00EDC;
}
</style>
border-color css
<style>
span { border-color: #A00EDC; }
span { border-color: rgb(160,14,220); }
td.TdClassName
{
border-color: #A00EDC;
}
.TagClassName
{
border-color: #A00EDC;
}
</style>