Shades of Dark Violet #A111BB
Tints of Dark Violet #A111BB
RGB
CMYK
RGB Variations
Color information
#A111BB (or 0xA111BB) is known color: Dark Violet. HEX triplet: A1, 11 and BB. RGB value is (161,17,187). Sum of RGB (Red+Green+Blue) = 161+17+187=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #A111BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111BB is #5EEE44. Grayscale: #4E4E4E. Windows color (decimal): -6221381 or 12259745. OLE color: 12259745.
HSL color Cylindrical-coordinate representation of color #A111BB: hue angle of 290.82º degrees, saturation: 0.83, 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 #A111BB is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 17 | 187 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.27 |
| HSL | 290.82º | 0.83% | 0.4% | - |
| HSV(B) | 290.82º | 0.91% | 0.73% | - |
| XYZ | 23.87 | 11.57 | 47.99 | - |
| YUV | 79.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 187 | 0.14 | 0.91 | 0 | 0.27 | 290.82 | 0.83 | 0.4 |
| Hex | A1 | 11 | BB | E | 5B | 0 | 1B | 123 | 53 | 28 |
| Octal | 241 | 21 | 273 | 16 | 133 | 0 | 33 | 443 | 123 | 50 |
| Binary | 10100001 | 10001 | 10111011 | 1110 | 1011011 | 0 | 11011 | 100100011 | 1010011 | 101000 |
Color Harmonies of #A111BB
Complementary color
Monochromatic Colors of #A111BB
Black with #A111BB
Text Example
Text Example
White with #A111BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111BB; }
p { color: rgb(161,17,187); }
H1.HeaderClassName
{
color: #A111BB;
}
.AnyTagClassName
{
color: #A111BB;
}
</style>
background-color css
<style>
a { background-color: #A111BB; }
a { background-color: rgb(161,17,187); }
div.DivClassName
{
background-color: #A111BB;
}
.BgClassName
{
background-color: #A111BB;
}
</style>
border-color css
<style>
span { border-color: #A111BB; }
span { border-color: rgb(161,17,187); }
td.TdClassName
{
border-color: #A111BB;
}
.TagClassName
{
border-color: #A111BB;
}
</style>