Shades of Dark Violet #A110EA
Tints of Dark Violet #A110EA
RGB
CMYK
RGB Variations
Color information
#A110EA (or 0xA110EA) is known color: Dark Violet. HEX triplet: A1, 10 and EA. RGB value is (161,16,234). Sum of RGB (Red+Green+Blue) = 161+16+234=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #A110EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110EA is #5EEF15. Grayscale: #535353. Windows color (decimal): -6221590 or 15339681. OLE color: 15339681.
HSL color Cylindrical-coordinate representation of color #A110EA: hue angle of 279.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A110EA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 16 | 234 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.08 |
| HSL | 279.91º | 0.87% | 0.49% | - |
| HSV(B) | 279.91º | 0.93% | 0.92% | - |
| XYZ | 29.73 | 13.89 | 78.96 | - |
| YUV | 84.21 | 212.54 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 234 | 0.31 | 0.93 | 0 | 0.08 | 279.91 | 0.87 | 0.49 |
| Hex | A1 | 10 | EA | 1F | 5D | 0 | 8 | 118 | 57 | 31 |
| Octal | 241 | 20 | 352 | 37 | 135 | 0 | 10 | 430 | 127 | 61 |
| Binary | 10100001 | 10000 | 11101010 | 11111 | 1011101 | 0 | 1000 | 100011000 | 1010111 | 110001 |
Color Harmonies of #A110EA
Complementary color
Monochromatic Colors of #A110EA
Black with #A110EA
Text Example
Text Example
White with #A110EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110EA; }
p { color: rgb(161,16,234); }
H1.HeaderClassName
{
color: #A110EA;
}
.AnyTagClassName
{
color: #A110EA;
}
</style>
background-color css
<style>
a { background-color: #A110EA; }
a { background-color: rgb(161,16,234); }
div.DivClassName
{
background-color: #A110EA;
}
.BgClassName
{
background-color: #A110EA;
}
</style>
border-color css
<style>
span { border-color: #A110EA; }
span { border-color: rgb(161,16,234); }
td.TdClassName
{
border-color: #A110EA;
}
.TagClassName
{
border-color: #A110EA;
}
</style>