Shades of Dark Violet #A00EBA
Tints of Dark Violet #A00EBA
RGB
CMYK
RGB Variations
Color information
#A00EBA (or 0xA00EBA) is known color: Dark Violet. HEX triplet: A0, 0E and BA. RGB value is (160,14,186). Sum of RGB (Red+Green+Blue) = 160+14+186=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #A00EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EBA is #5FF145. Grayscale: #4C4C4C. Windows color (decimal): -6287686 or 12193440. OLE color: 12193440.
HSL color Cylindrical-coordinate representation of color #A00EBA: hue angle of 290.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EBA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 14 | 186 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.27 |
| HSL | 290.93º | 0.86% | 0.39% | - |
| HSV(B) | 290.93º | 0.92% | 0.73% | - |
| XYZ | 23.52 | 11.33 | 47.4 | - |
| YUV | 77.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 186 | 0.14 | 0.92 | 0 | 0.27 | 290.93 | 0.86 | 0.39 |
| Hex | A0 | E | BA | E | 5C | 0 | 1B | 123 | 56 | 27 |
| Octal | 240 | 16 | 272 | 16 | 134 | 0 | 33 | 443 | 126 | 47 |
| Binary | 10100000 | 1110 | 10111010 | 1110 | 1011100 | 0 | 11011 | 100100011 | 1010110 | 100111 |
Color Harmonies of #A00EBA
Complementary color
Monochromatic Colors of #A00EBA
Black with #A00EBA
Text Example
Text Example
White with #A00EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EBA; }
p { color: rgb(160,14,186); }
H1.HeaderClassName
{
color: #A00EBA;
}
.AnyTagClassName
{
color: #A00EBA;
}
</style>
background-color css
<style>
a { background-color: #A00EBA; }
a { background-color: rgb(160,14,186); }
div.DivClassName
{
background-color: #A00EBA;
}
.BgClassName
{
background-color: #A00EBA;
}
</style>
border-color css
<style>
span { border-color: #A00EBA; }
span { border-color: rgb(160,14,186); }
td.TdClassName
{
border-color: #A00EBA;
}
.TagClassName
{
border-color: #A00EBA;
}
</style>