Shades of Dark Violet #A113BB
Tints of Dark Violet #A113BB
RGB
CMYK
RGB Variations
Color information
#A113BB (or 0xA113BB) is known color: Dark Violet. HEX triplet: A1, 13 and BB. RGB value is (161,19,187). Sum of RGB (Red+Green+Blue) = 161+19+187=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #A113BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113BB is #5EEC44. Grayscale: #505050. Windows color (decimal): -6220869 or 12260257. OLE color: 12260257.
HSL color Cylindrical-coordinate representation of color #A113BB: hue angle of 290.71º 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 #A113BB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 19 | 187 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.27 |
| HSL | 290.71º | 0.82% | 0.4% | - |
| HSV(B) | 290.71º | 0.9% | 0.73% | - |
| XYZ | 23.9 | 11.63 | 48 | - |
| YUV | 80.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 187 | 0.14 | 0.90 | 0 | 0.27 | 290.71 | 0.82 | 0.4 |
| Hex | A1 | 13 | BB | E | 5A | 0 | 1B | 123 | 52 | 28 |
| Octal | 241 | 23 | 273 | 16 | 132 | 0 | 33 | 443 | 122 | 50 |
| Binary | 10100001 | 10011 | 10111011 | 1110 | 1011010 | 0 | 11011 | 100100011 | 1010010 | 101000 |
Color Harmonies of #A113BB
Complementary color
Monochromatic Colors of #A113BB
Black with #A113BB
Text Example
Text Example
White with #A113BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113BB; }
p { color: rgb(161,19,187); }
H1.HeaderClassName
{
color: #A113BB;
}
.AnyTagClassName
{
color: #A113BB;
}
</style>
background-color css
<style>
a { background-color: #A113BB; }
a { background-color: rgb(161,19,187); }
div.DivClassName
{
background-color: #A113BB;
}
.BgClassName
{
background-color: #A113BB;
}
</style>
border-color css
<style>
span { border-color: #A113BB; }
span { border-color: rgb(161,19,187); }
td.TdClassName
{
border-color: #A113BB;
}
.TagClassName
{
border-color: #A113BB;
}
</style>