Shades of Dark Violet #A112BA
Tints of Dark Violet #A112BA
RGB
CMYK
RGB Variations
Color information
#A112BA (or 0xA112BA) is known color: Dark Violet. HEX triplet: A1, 12 and BA. RGB value is (161,18,186). Sum of RGB (Red+Green+Blue) = 161+18+186=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A112BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112BA is #5EED45. Grayscale: #4F4F4F. Windows color (decimal): -6221126 or 12194465. OLE color: 12194465.
HSL color Cylindrical-coordinate representation of color #A112BA: hue angle of 291.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A112BA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 18 | 186 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.27 |
| HSL | 291.07º | 0.82% | 0.4% | - |
| HSV(B) | 291.07º | 0.9% | 0.73% | - |
| XYZ | 23.78 | 11.55 | 47.43 | - |
| YUV | 79.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 186 | 0.13 | 0.90 | 0 | 0.27 | 291.07 | 0.82 | 0.4 |
| Hex | A1 | 12 | BA | D | 5A | 0 | 1B | 123 | 52 | 28 |
| Octal | 241 | 22 | 272 | 15 | 132 | 0 | 33 | 443 | 122 | 50 |
| Binary | 10100001 | 10010 | 10111010 | 1101 | 1011010 | 0 | 11011 | 100100011 | 1010010 | 101000 |
Color Harmonies of #A112BA
Complementary color
Monochromatic Colors of #A112BA
Black with #A112BA
Text Example
Text Example
White with #A112BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112BA; }
p { color: rgb(161,18,186); }
H1.HeaderClassName
{
color: #A112BA;
}
.AnyTagClassName
{
color: #A112BA;
}
</style>
background-color css
<style>
a { background-color: #A112BA; }
a { background-color: rgb(161,18,186); }
div.DivClassName
{
background-color: #A112BA;
}
.BgClassName
{
background-color: #A112BA;
}
</style>
border-color css
<style>
span { border-color: #A112BA; }
span { border-color: rgb(161,18,186); }
td.TdClassName
{
border-color: #A112BA;
}
.TagClassName
{
border-color: #A112BA;
}
</style>