Shades of Dark Violet #A00EBF
Tints of Dark Violet #A00EBF
RGB
CMYK
RGB Variations
Color information
#A00EBF (or 0xA00EBF) is known color: Dark Violet. HEX triplet: A0, 0E and BF. RGB value is (160,14,191). Sum of RGB (Red+Green+Blue) = 160+14+191=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #A00EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EBF is #5FF140. Grayscale: #4D4D4D. Windows color (decimal): -6287681 or 12521120. OLE color: 12521120.
HSL color Cylindrical-coordinate representation of color #A00EBF: hue angle of 289.49º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00EBF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 14 | 191 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.25 |
| HSL | 289.49º | 0.86% | 0.4% | - |
| HSV(B) | 289.49º | 0.93% | 0.75% | - |
| XYZ | 24.06 | 11.55 | 50.25 | - |
| YUV | 77.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 191 | 0.16 | 0.93 | 0 | 0.25 | 289.49 | 0.86 | 0.4 |
| Hex | A0 | E | BF | 10 | 5D | 0 | 19 | 121 | 56 | 28 |
| Octal | 240 | 16 | 277 | 20 | 135 | 0 | 31 | 441 | 126 | 50 |
| Binary | 10100000 | 1110 | 10111111 | 10000 | 1011101 | 0 | 11001 | 100100001 | 1010110 | 101000 |
Color Harmonies of #A00EBF
Complementary color
Monochromatic Colors of #A00EBF
Black with #A00EBF
Text Example
Text Example
White with #A00EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EBF; }
p { color: rgb(160,14,191); }
H1.HeaderClassName
{
color: #A00EBF;
}
.AnyTagClassName
{
color: #A00EBF;
}
</style>
background-color css
<style>
a { background-color: #A00EBF; }
a { background-color: rgb(160,14,191); }
div.DivClassName
{
background-color: #A00EBF;
}
.BgClassName
{
background-color: #A00EBF;
}
</style>
border-color css
<style>
span { border-color: #A00EBF; }
span { border-color: rgb(160,14,191); }
td.TdClassName
{
border-color: #A00EBF;
}
.TagClassName
{
border-color: #A00EBF;
}
</style>