Shades of Dark Violet #A10EEE
Tints of Dark Violet #A10EEE
RGB
CMYK
RGB Variations
Color information
#A10EEE (or 0xA10EEE) is known color: Dark Violet. HEX triplet: A1, 0E and EE. RGB value is (161,14,238). Sum of RGB (Red+Green+Blue) = 161+14+238=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #A10EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10EEE is #5EF111. Grayscale: #525252. Windows color (decimal): -6222098 or 15601313. OLE color: 15601313.
HSL color Cylindrical-coordinate representation of color #A10EEE: hue angle of 279.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10EEE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 14 | 238 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.07 |
| HSL | 279.38º | 0.89% | 0.49% | - |
| HSV(B) | 279.38º | 0.94% | 0.93% | - |
| XYZ | 30.29 | 14.06 | 82.01 | - |
| YUV | 83.49 | 215.2 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 238 | 0.32 | 0.94 | 0 | 0.07 | 279.38 | 0.89 | 0.49 |
| Hex | A1 | E | EE | 20 | 5E | 0 | 7 | 117 | 59 | 31 |
| Octal | 241 | 16 | 356 | 40 | 136 | 0 | 7 | 427 | 131 | 61 |
| Binary | 10100001 | 1110 | 11101110 | 100000 | 1011110 | 0 | 111 | 100010111 | 1011001 | 110001 |
Color Harmonies of #A10EEE
Complementary color
Monochromatic Colors of #A10EEE
Black with #A10EEE
Text Example
Text Example
White with #A10EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10EEE; }
p { color: rgb(161,14,238); }
H1.HeaderClassName
{
color: #A10EEE;
}
.AnyTagClassName
{
color: #A10EEE;
}
</style>
background-color css
<style>
a { background-color: #A10EEE; }
a { background-color: rgb(161,14,238); }
div.DivClassName
{
background-color: #A10EEE;
}
.BgClassName
{
background-color: #A10EEE;
}
</style>
border-color css
<style>
span { border-color: #A10EEE; }
span { border-color: rgb(161,14,238); }
td.TdClassName
{
border-color: #A10EEE;
}
.TagClassName
{
border-color: #A10EEE;
}
</style>