Shades of Dark Violet #A00ECB
Tints of Dark Violet #A00ECB
RGB
CMYK
RGB Variations
Color information
#A00ECB (or 0xA00ECB) is known color: Dark Violet. HEX triplet: A0, 0E and CB. RGB value is (160,14,203). Sum of RGB (Red+Green+Blue) = 160+14+203=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #A00ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ECB is #5FF134. Grayscale: #4E4E4E. Windows color (decimal): -6287669 or 13307552. OLE color: 13307552.
HSL color Cylindrical-coordinate representation of color #A00ECB: hue angle of 286.35º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00ECB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 14 | 203 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.20 |
| HSL | 286.35º | 0.87% | 0.43% | - |
| HSV(B) | 286.35º | 0.93% | 0.8% | - |
| XYZ | 25.43 | 12.1 | 57.49 | - |
| YUV | 79.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 203 | 0.21 | 0.93 | 0 | 0.20 | 286.35 | 0.87 | 0.43 |
| Hex | A0 | E | CB | 15 | 5D | 0 | 14 | 11E | 57 | 2B |
| Octal | 240 | 16 | 313 | 25 | 135 | 0 | 24 | 436 | 127 | 53 |
| Binary | 10100000 | 1110 | 11001011 | 10101 | 1011101 | 0 | 10100 | 100011110 | 1010111 | 101011 |
Color Harmonies of #A00ECB
Complementary color
Monochromatic Colors of #A00ECB
Black with #A00ECB
Text Example
Text Example
White with #A00ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ECB; }
p { color: rgb(160,14,203); }
H1.HeaderClassName
{
color: #A00ECB;
}
.AnyTagClassName
{
color: #A00ECB;
}
</style>
background-color css
<style>
a { background-color: #A00ECB; }
a { background-color: rgb(160,14,203); }
div.DivClassName
{
background-color: #A00ECB;
}
.BgClassName
{
background-color: #A00ECB;
}
</style>
border-color css
<style>
span { border-color: #A00ECB; }
span { border-color: rgb(160,14,203); }
td.TdClassName
{
border-color: #A00ECB;
}
.TagClassName
{
border-color: #A00ECB;
}
</style>