Shades of Dark Violet #A10EEA
Tints of Dark Violet #A10EEA
RGB
CMYK
RGB Variations
Color information
#A10EEA (or 0xA10EEA) is known color: Dark Violet. HEX triplet: A1, 0E and EA. RGB value is (161,14,234). Sum of RGB (Red+Green+Blue) = 161+14+234=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #A10EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10EEA is #5EF115. Grayscale: #525252. Windows color (decimal): -6222102 or 15339169. OLE color: 15339169.
HSL color Cylindrical-coordinate representation of color #A10EEA: hue angle of 280.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10EEA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 14 | 234 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.08 |
| HSL | 280.09º | 0.89% | 0.49% | - |
| HSV(B) | 280.09º | 0.94% | 0.92% | - |
| XYZ | 29.71 | 13.83 | 78.95 | - |
| YUV | 83.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 234 | 0.31 | 0.94 | 0 | 0.08 | 280.09 | 0.89 | 0.49 |
| Hex | A1 | E | EA | 1F | 5E | 0 | 8 | 118 | 59 | 31 |
| Octal | 241 | 16 | 352 | 37 | 136 | 0 | 10 | 430 | 131 | 61 |
| Binary | 10100001 | 1110 | 11101010 | 11111 | 1011110 | 0 | 1000 | 100011000 | 1011001 | 110001 |
Color Harmonies of #A10EEA
Complementary color
Monochromatic Colors of #A10EEA
Black with #A10EEA
Text Example
Text Example
White with #A10EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10EEA; }
p { color: rgb(161,14,234); }
H1.HeaderClassName
{
color: #A10EEA;
}
.AnyTagClassName
{
color: #A10EEA;
}
</style>
background-color css
<style>
a { background-color: #A10EEA; }
a { background-color: rgb(161,14,234); }
div.DivClassName
{
background-color: #A10EEA;
}
.BgClassName
{
background-color: #A10EEA;
}
</style>
border-color css
<style>
span { border-color: #A10EEA; }
span { border-color: rgb(161,14,234); }
td.TdClassName
{
border-color: #A10EEA;
}
.TagClassName
{
border-color: #A10EEA;
}
</style>