Shades of Dark Violet #A00EBB
Tints of Dark Violet #A00EBB
RGB
CMYK
RGB Variations
Color information
#A00EBB (or 0xA00EBB) is known color: Dark Violet. HEX triplet: A0, 0E and BB. RGB value is (160,14,187). Sum of RGB (Red+Green+Blue) = 160+14+187=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A00EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EBB is #5FF144. Grayscale: #4C4C4C. Windows color (decimal): -6287685 or 12258976. OLE color: 12258976.
HSL color Cylindrical-coordinate representation of color #A00EBB: hue angle of 290.64º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00EBB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 14 | 187 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.27 |
| HSL | 290.64º | 0.86% | 0.39% | - |
| HSV(B) | 290.64º | 0.93% | 0.73% | - |
| XYZ | 23.62 | 11.38 | 47.96 | - |
| YUV | 77.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 187 | 0.14 | 0.93 | 0 | 0.27 | 290.64 | 0.86 | 0.39 |
| Hex | A0 | E | BB | E | 5D | 0 | 1B | 123 | 56 | 27 |
| Octal | 240 | 16 | 273 | 16 | 135 | 0 | 33 | 443 | 126 | 47 |
| Binary | 10100000 | 1110 | 10111011 | 1110 | 1011101 | 0 | 11011 | 100100011 | 1010110 | 100111 |
Color Harmonies of #A00EBB
Complementary color
Monochromatic Colors of #A00EBB
Black with #A00EBB
Text Example
Text Example
White with #A00EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EBB; }
p { color: rgb(160,14,187); }
H1.HeaderClassName
{
color: #A00EBB;
}
.AnyTagClassName
{
color: #A00EBB;
}
</style>
background-color css
<style>
a { background-color: #A00EBB; }
a { background-color: rgb(160,14,187); }
div.DivClassName
{
background-color: #A00EBB;
}
.BgClassName
{
background-color: #A00EBB;
}
</style>
border-color css
<style>
span { border-color: #A00EBB; }
span { border-color: rgb(160,14,187); }
td.TdClassName
{
border-color: #A00EBB;
}
.TagClassName
{
border-color: #A00EBB;
}
</style>