Shades of Dark Violet #A00EDB
Tints of Dark Violet #A00EDB
RGB
CMYK
RGB Variations
Color information
#A00EDB (or 0xA00EDB) is known color: Dark Violet. HEX triplet: A0, 0E and DB. RGB value is (160,14,219). Sum of RGB (Red+Green+Blue) = 160+14+219=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A00EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EDB is #5FF124. Grayscale: #505050. Windows color (decimal): -6287653 or 14356128. OLE color: 14356128.
HSL color Cylindrical-coordinate representation of color #A00EDB: hue angle of 282.73º 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 #A00EDB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 14 | 219 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.14 |
| HSL | 282.73º | 0.88% | 0.46% | - |
| HSV(B) | 282.73º | 0.94% | 0.86% | - |
| XYZ | 27.44 | 12.9 | 68.06 | - |
| YUV | 81.02 | 205.87 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 219 | 0.27 | 0.94 | 0 | 0.14 | 282.73 | 0.88 | 0.46 |
| Hex | A0 | E | DB | 1B | 5E | 0 | E | 11B | 58 | 2E |
| Octal | 240 | 16 | 333 | 33 | 136 | 0 | 16 | 433 | 130 | 56 |
| Binary | 10100000 | 1110 | 11011011 | 11011 | 1011110 | 0 | 1110 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A00EDB
Complementary color
Monochromatic Colors of #A00EDB
Black with #A00EDB
Text Example
Text Example
White with #A00EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EDB; }
p { color: rgb(160,14,219); }
H1.HeaderClassName
{
color: #A00EDB;
}
.AnyTagClassName
{
color: #A00EDB;
}
</style>
background-color css
<style>
a { background-color: #A00EDB; }
a { background-color: rgb(160,14,219); }
div.DivClassName
{
background-color: #A00EDB;
}
.BgClassName
{
background-color: #A00EDB;
}
</style>
border-color css
<style>
span { border-color: #A00EDB; }
span { border-color: rgb(160,14,219); }
td.TdClassName
{
border-color: #A00EDB;
}
.TagClassName
{
border-color: #A00EDB;
}
</style>