Shades of Dark Violet #A00ECA
Tints of Dark Violet #A00ECA
RGB
CMYK
RGB Variations
Color information
#A00ECA (or 0xA00ECA) is known color: Dark Violet. HEX triplet: A0, 0E and CA. RGB value is (160,14,202). Sum of RGB (Red+Green+Blue) = 160+14+202=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #A00ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ECA is #5FF135. Grayscale: #4E4E4E. Windows color (decimal): -6287670 or 13242016. OLE color: 13242016.
HSL color Cylindrical-coordinate representation of color #A00ECA: hue angle of 286.6º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00ECA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 14 | 202 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.21 |
| HSL | 286.6º | 0.87% | 0.42% | - |
| HSV(B) | 286.6º | 0.93% | 0.79% | - |
| XYZ | 25.31 | 12.05 | 56.87 | - |
| YUV | 79.09 | 197.37 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 202 | 0.21 | 0.93 | 0 | 0.21 | 286.6 | 0.87 | 0.42 |
| Hex | A0 | E | CA | 15 | 5D | 0 | 15 | 11F | 57 | 2A |
| Octal | 240 | 16 | 312 | 25 | 135 | 0 | 25 | 437 | 127 | 52 |
| Binary | 10100000 | 1110 | 11001010 | 10101 | 1011101 | 0 | 10101 | 100011111 | 1010111 | 101010 |
Color Harmonies of #A00ECA
Complementary color
Monochromatic Colors of #A00ECA
Black with #A00ECA
Text Example
Text Example
White with #A00ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ECA; }
p { color: rgb(160,14,202); }
H1.HeaderClassName
{
color: #A00ECA;
}
.AnyTagClassName
{
color: #A00ECA;
}
</style>
background-color css
<style>
a { background-color: #A00ECA; }
a { background-color: rgb(160,14,202); }
div.DivClassName
{
background-color: #A00ECA;
}
.BgClassName
{
background-color: #A00ECA;
}
</style>
border-color css
<style>
span { border-color: #A00ECA; }
span { border-color: rgb(160,14,202); }
td.TdClassName
{
border-color: #A00ECA;
}
.TagClassName
{
border-color: #A00ECA;
}
</style>