Shades of Dark Violet #A110BA
Tints of Dark Violet #A110BA
RGB
CMYK
RGB Variations
Color information
#A110BA (or 0xA110BA) is known color: Dark Violet. HEX triplet: A1, 10 and BA. RGB value is (161,16,186). Sum of RGB (Red+Green+Blue) = 161+16+186=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A110BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A110BA is #5EEF45. Grayscale: #4E4E4E. Windows color (decimal): -6221638 or 12193953. OLE color: 12193953.
HSL color Cylindrical-coordinate representation of color #A110BA: hue angle of 291.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A110BA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 16 | 186 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.27 |
| HSL | 291.18º | 0.84% | 0.4% | - |
| HSV(B) | 291.18º | 0.91% | 0.73% | - |
| XYZ | 23.75 | 11.49 | 47.42 | - |
| YUV | 78.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 186 | 0.13 | 0.91 | 0 | 0.27 | 291.18 | 0.84 | 0.4 |
| Hex | A1 | 10 | BA | D | 5B | 0 | 1B | 123 | 54 | 28 |
| Octal | 241 | 20 | 272 | 15 | 133 | 0 | 33 | 443 | 124 | 50 |
| Binary | 10100001 | 10000 | 10111010 | 1101 | 1011011 | 0 | 11011 | 100100011 | 1010100 | 101000 |
Color Harmonies of #A110BA
Complementary color
Monochromatic Colors of #A110BA
Black with #A110BA
Text Example
Text Example
White with #A110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110BA; }
p { color: rgb(161,16,186); }
H1.HeaderClassName
{
color: #A110BA;
}
.AnyTagClassName
{
color: #A110BA;
}
</style>
background-color css
<style>
a { background-color: #A110BA; }
a { background-color: rgb(161,16,186); }
div.DivClassName
{
background-color: #A110BA;
}
.BgClassName
{
background-color: #A110BA;
}
</style>
border-color css
<style>
span { border-color: #A110BA; }
span { border-color: rgb(161,16,186); }
td.TdClassName
{
border-color: #A110BA;
}
.TagClassName
{
border-color: #A110BA;
}
</style>