Shades of Dark Violet #A00CE7
Tints of Dark Violet #A00CE7
RGB
CMYK
RGB Variations
Color information
#A00CE7 (or 0xA00CE7) is known color: Dark Violet. HEX triplet: A0, 0C and E7. RGB value is (160,12,231). Sum of RGB (Red+Green+Blue) = 160+12+231=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #A00CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CE7 is #5FF318. Grayscale: #505050. Windows color (decimal): -6288153 or 15142048. OLE color: 15142048.
HSL color Cylindrical-coordinate representation of color #A00CE7: hue angle of 280.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CE7 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 12 | 231 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.09 |
| HSL | 280.55º | 0.9% | 0.48% | - |
| HSV(B) | 280.55º | 0.95% | 0.91% | - |
| XYZ | 29.05 | 13.51 | 76.68 | - |
| YUV | 81.22 | 212.53 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 231 | 0.31 | 0.95 | 0 | 0.09 | 280.55 | 0.9 | 0.48 |
| Hex | A0 | C | E7 | 1F | 5F | 0 | 9 | 119 | 5A | 30 |
| Octal | 240 | 14 | 347 | 37 | 137 | 0 | 11 | 431 | 132 | 60 |
| Binary | 10100000 | 1100 | 11100111 | 11111 | 1011111 | 0 | 1001 | 100011001 | 1011010 | 110000 |
Color Harmonies of #A00CE7
Complementary color
Monochromatic Colors of #A00CE7
Black with #A00CE7
Text Example
Text Example
White with #A00CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CE7; }
p { color: rgb(160,12,231); }
H1.HeaderClassName
{
color: #A00CE7;
}
.AnyTagClassName
{
color: #A00CE7;
}
</style>
background-color css
<style>
a { background-color: #A00CE7; }
a { background-color: rgb(160,12,231); }
div.DivClassName
{
background-color: #A00CE7;
}
.BgClassName
{
background-color: #A00CE7;
}
</style>
border-color css
<style>
span { border-color: #A00CE7; }
span { border-color: rgb(160,12,231); }
td.TdClassName
{
border-color: #A00CE7;
}
.TagClassName
{
border-color: #A00CE7;
}
</style>