Shades of Dark Violet #A00CE6
Tints of Dark Violet #A00CE6
RGB
CMYK
RGB Variations
Color information
#A00CE6 (or 0xA00CE6) is known color: Dark Violet. HEX triplet: A0, 0C and E6. RGB value is (160,12,230). Sum of RGB (Red+Green+Blue) = 160+12+230=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #A00CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CE6 is #5FF319. Grayscale: #505050. Windows color (decimal): -6288154 or 15076512. OLE color: 15076512.
HSL color Cylindrical-coordinate representation of color #A00CE6: hue angle of 280.73º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CE6 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 12 | 230 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.10 |
| HSL | 280.73º | 0.9% | 0.47% | - |
| HSV(B) | 280.73º | 0.95% | 0.9% | - |
| XYZ | 28.91 | 13.45 | 75.94 | - |
| YUV | 81.1 | 212.03 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 230 | 0.30 | 0.95 | 0 | 0.10 | 280.73 | 0.9 | 0.47 |
| Hex | A0 | C | E6 | 1E | 5F | 0 | A | 119 | 5A | 2F |
| Octal | 240 | 14 | 346 | 36 | 137 | 0 | 12 | 431 | 132 | 57 |
| Binary | 10100000 | 1100 | 11100110 | 11110 | 1011111 | 0 | 1010 | 100011001 | 1011010 | 101111 |
Color Harmonies of #A00CE6
Complementary color
Monochromatic Colors of #A00CE6
Black with #A00CE6
Text Example
Text Example
White with #A00CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CE6; }
p { color: rgb(160,12,230); }
H1.HeaderClassName
{
color: #A00CE6;
}
.AnyTagClassName
{
color: #A00CE6;
}
</style>
background-color css
<style>
a { background-color: #A00CE6; }
a { background-color: rgb(160,12,230); }
div.DivClassName
{
background-color: #A00CE6;
}
.BgClassName
{
background-color: #A00CE6;
}
</style>
border-color css
<style>
span { border-color: #A00CE6; }
span { border-color: rgb(160,12,230); }
td.TdClassName
{
border-color: #A00CE6;
}
.TagClassName
{
border-color: #A00CE6;
}
</style>