Shades of Dark Violet #A010EE
Tints of Dark Violet #A010EE
RGB
CMYK
RGB Variations
Color information
#A010EE (or 0xA010EE) is known color: Dark Violet. HEX triplet: A0, 10 and EE. RGB value is (160,16,238). Sum of RGB (Red+Green+Blue) = 160+16+238=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #A010EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010EE is #5FEF11. Grayscale: #535353. Windows color (decimal): -6287122 or 15601824. OLE color: 15601824.
HSL color Cylindrical-coordinate representation of color #A010EE: hue angle of 278.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010EE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 16 | 238 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.07 |
| HSL | 278.92º | 0.87% | 0.5% | - |
| HSV(B) | 278.92º | 0.93% | 0.93% | - |
| XYZ | 30.12 | 14.02 | 82.01 | - |
| YUV | 84.36 | 214.71 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 238 | 0.33 | 0.93 | 0 | 0.07 | 278.92 | 0.87 | 0.5 |
| Hex | A0 | 10 | EE | 21 | 5D | 0 | 7 | 117 | 57 | 32 |
| Octal | 240 | 20 | 356 | 41 | 135 | 0 | 7 | 427 | 127 | 62 |
| Binary | 10100000 | 10000 | 11101110 | 100001 | 1011101 | 0 | 111 | 100010111 | 1010111 | 110010 |
Color Harmonies of #A010EE
Complementary color
Monochromatic Colors of #A010EE
Black with #A010EE
Text Example
Text Example
White with #A010EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010EE; }
p { color: rgb(160,16,238); }
H1.HeaderClassName
{
color: #A010EE;
}
.AnyTagClassName
{
color: #A010EE;
}
</style>
background-color css
<style>
a { background-color: #A010EE; }
a { background-color: rgb(160,16,238); }
div.DivClassName
{
background-color: #A010EE;
}
.BgClassName
{
background-color: #A010EE;
}
</style>
border-color css
<style>
span { border-color: #A010EE; }
span { border-color: rgb(160,16,238); }
td.TdClassName
{
border-color: #A010EE;
}
.TagClassName
{
border-color: #A010EE;
}
</style>