Shades of Dark Violet #A110EF
Tints of Dark Violet #A110EF
RGB
CMYK
RGB Variations
Color information
#A110EF (or 0xA110EF) is known color: Dark Violet. HEX triplet: A1, 10 and EF. RGB value is (161,16,239). Sum of RGB (Red+Green+Blue) = 161+16+239=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #A110EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110EF is #5EEF10. Grayscale: #545454. Windows color (decimal): -6221585 or 15667361. OLE color: 15667361.
HSL color Cylindrical-coordinate representation of color #A110EF: hue angle of 279.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A110EF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 16 | 239 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.06 |
| HSL | 279.01º | 0.87% | 0.5% | - |
| HSV(B) | 279.01º | 0.93% | 0.94% | - |
| XYZ | 30.46 | 14.18 | 82.79 | - |
| YUV | 84.78 | 215.04 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 239 | 0.33 | 0.93 | 0 | 0.06 | 279.01 | 0.87 | 0.5 |
| Hex | A1 | 10 | EF | 21 | 5D | 0 | 6 | 117 | 57 | 32 |
| Octal | 241 | 20 | 357 | 41 | 135 | 0 | 6 | 427 | 127 | 62 |
| Binary | 10100001 | 10000 | 11101111 | 100001 | 1011101 | 0 | 110 | 100010111 | 1010111 | 110010 |
Color Harmonies of #A110EF
Complementary color
Monochromatic Colors of #A110EF
Black with #A110EF
Text Example
Text Example
White with #A110EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110EF; }
p { color: rgb(161,16,239); }
H1.HeaderClassName
{
color: #A110EF;
}
.AnyTagClassName
{
color: #A110EF;
}
</style>
background-color css
<style>
a { background-color: #A110EF; }
a { background-color: rgb(161,16,239); }
div.DivClassName
{
background-color: #A110EF;
}
.BgClassName
{
background-color: #A110EF;
}
</style>
border-color css
<style>
span { border-color: #A110EF; }
span { border-color: rgb(161,16,239); }
td.TdClassName
{
border-color: #A110EF;
}
.TagClassName
{
border-color: #A110EF;
}
</style>