Shades of Dark Violet #A112B9
Tints of Dark Violet #A112B9
RGB
CMYK
RGB Variations
Color information
#A112B9 (or 0xA112B9) is known color: Dark Violet. HEX triplet: A1, 12 and B9. RGB value is (161,18,185). Sum of RGB (Red+Green+Blue) = 161+18+185=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #A112B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112B9 is #5EED46. Grayscale: #4F4F4F. Windows color (decimal): -6221127 or 12128929. OLE color: 12128929.
HSL color Cylindrical-coordinate representation of color #A112B9: hue angle of 291.38º 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 #A112B9 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 18 | 185 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.27 |
| HSL | 291.38º | 0.82% | 0.4% | - |
| HSV(B) | 291.38º | 0.9% | 0.73% | - |
| XYZ | 23.67 | 11.51 | 46.87 | - |
| YUV | 79.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 185 | 0.13 | 0.90 | 0 | 0.27 | 291.38 | 0.82 | 0.4 |
| Hex | A1 | 12 | B9 | D | 5A | 0 | 1B | 123 | 52 | 28 |
| Octal | 241 | 22 | 271 | 15 | 132 | 0 | 33 | 443 | 122 | 50 |
| Binary | 10100001 | 10010 | 10111001 | 1101 | 1011010 | 0 | 11011 | 100100011 | 1010010 | 101000 |
Color Harmonies of #A112B9
Complementary color
Monochromatic Colors of #A112B9
Black with #A112B9
Text Example
Text Example
White with #A112B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112B9; }
p { color: rgb(161,18,185); }
H1.HeaderClassName
{
color: #A112B9;
}
.AnyTagClassName
{
color: #A112B9;
}
</style>
background-color css
<style>
a { background-color: #A112B9; }
a { background-color: rgb(161,18,185); }
div.DivClassName
{
background-color: #A112B9;
}
.BgClassName
{
background-color: #A112B9;
}
</style>
border-color css
<style>
span { border-color: #A112B9; }
span { border-color: rgb(161,18,185); }
td.TdClassName
{
border-color: #A112B9;
}
.TagClassName
{
border-color: #A112B9;
}
</style>