Shades of Dark Violet #A00EB8
Tints of Dark Violet #A00EB8
RGB
CMYK
RGB Variations
Color information
#A00EB8 (or 0xA00EB8) is known color: Dark Violet. HEX triplet: A0, 0E and B8. RGB value is (160,14,184). Sum of RGB (Red+Green+Blue) = 160+14+184=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #A00EB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EB8 is #5FF147. Grayscale: #4C4C4C. Windows color (decimal): -6287688 or 12062368. OLE color: 12062368.
HSL color Cylindrical-coordinate representation of color #A00EB8: hue angle of 291.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EB8 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 14 | 184 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.28 |
| HSL | 291.53º | 0.86% | 0.39% | - |
| HSV(B) | 291.53º | 0.92% | 0.72% | - |
| XYZ | 23.31 | 11.25 | 46.29 | - |
| YUV | 77.03 | 188.37 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 184 | 0.13 | 0.92 | 0 | 0.28 | 291.53 | 0.86 | 0.39 |
| Hex | A0 | E | B8 | D | 5C | 0 | 1C | 124 | 56 | 27 |
| Octal | 240 | 16 | 270 | 15 | 134 | 0 | 34 | 444 | 126 | 47 |
| Binary | 10100000 | 1110 | 10111000 | 1101 | 1011100 | 0 | 11100 | 100100100 | 1010110 | 100111 |
Color Harmonies of #A00EB8
Complementary color
Monochromatic Colors of #A00EB8
Black with #A00EB8
Text Example
Text Example
White with #A00EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EB8; }
p { color: rgb(160,14,184); }
H1.HeaderClassName
{
color: #A00EB8;
}
.AnyTagClassName
{
color: #A00EB8;
}
</style>
background-color css
<style>
a { background-color: #A00EB8; }
a { background-color: rgb(160,14,184); }
div.DivClassName
{
background-color: #A00EB8;
}
.BgClassName
{
background-color: #A00EB8;
}
</style>
border-color css
<style>
span { border-color: #A00EB8; }
span { border-color: rgb(160,14,184); }
td.TdClassName
{
border-color: #A00EB8;
}
.TagClassName
{
border-color: #A00EB8;
}
</style>