Shades of Dark Violet #A011CE
Tints of Dark Violet #A011CE
RGB
CMYK
RGB Variations
Color information
#A011CE (or 0xA011CE) is known color: Dark Violet. HEX triplet: A0, 11 and CE. RGB value is (160,17,206). Sum of RGB (Red+Green+Blue) = 160+17+206=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #A011CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011CE is #5FEE31. Grayscale: #505050. Windows color (decimal): -6286898 or 13504928. OLE color: 13504928.
HSL color Cylindrical-coordinate representation of color #A011CE: hue angle of 285.4º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A011CE is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 17 | 206 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.19 |
| HSL | 285.4º | 0.85% | 0.44% | - |
| HSV(B) | 285.4º | 0.92% | 0.81% | - |
| XYZ | 25.84 | 12.33 | 59.41 | - |
| YUV | 81.3 | 198.38 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 206 | 0.22 | 0.92 | 0 | 0.19 | 285.4 | 0.85 | 0.44 |
| Hex | A0 | 11 | CE | 16 | 5C | 0 | 13 | 11D | 55 | 2C |
| Octal | 240 | 21 | 316 | 26 | 134 | 0 | 23 | 435 | 125 | 54 |
| Binary | 10100000 | 10001 | 11001110 | 10110 | 1011100 | 0 | 10011 | 100011101 | 1010101 | 101100 |
Color Harmonies of #A011CE
Complementary color
Monochromatic Colors of #A011CE
Black with #A011CE
Text Example
Text Example
White with #A011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011CE; }
p { color: rgb(160,17,206); }
H1.HeaderClassName
{
color: #A011CE;
}
.AnyTagClassName
{
color: #A011CE;
}
</style>
background-color css
<style>
a { background-color: #A011CE; }
a { background-color: rgb(160,17,206); }
div.DivClassName
{
background-color: #A011CE;
}
.BgClassName
{
background-color: #A011CE;
}
</style>
border-color css
<style>
span { border-color: #A011CE; }
span { border-color: rgb(160,17,206); }
td.TdClassName
{
border-color: #A011CE;
}
.TagClassName
{
border-color: #A011CE;
}
</style>