Shades of Dark Violet #A115BB
Tints of Dark Violet #A115BB
RGB
CMYK
RGB Variations
Color information
#A115BB (or 0xA115BB) is known color: Dark Violet. HEX triplet: A1, 15 and BB. RGB value is (161,21,187). Sum of RGB (Red+Green+Blue) = 161+21+187=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A115BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115BB is #5EEA44. Grayscale: #515151. Windows color (decimal): -6220357 or 12260769. OLE color: 12260769.
HSL color Cylindrical-coordinate representation of color #A115BB: hue angle of 290.6º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A115BB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 21 | 187 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.27 |
| HSL | 290.6º | 0.8% | 0.41% | - |
| HSV(B) | 290.6º | 0.89% | 0.73% | - |
| XYZ | 23.94 | 11.7 | 48.01 | - |
| YUV | 81.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 187 | 0.14 | 0.89 | 0 | 0.27 | 290.6 | 0.8 | 0.41 |
| Hex | A1 | 15 | BB | E | 59 | 0 | 1B | 123 | 50 | 29 |
| Octal | 241 | 25 | 273 | 16 | 131 | 0 | 33 | 443 | 120 | 51 |
| Binary | 10100001 | 10101 | 10111011 | 1110 | 1011001 | 0 | 11011 | 100100011 | 1010000 | 101001 |
Color Harmonies of #A115BB
Complementary color
Monochromatic Colors of #A115BB
Black with #A115BB
Text Example
Text Example
White with #A115BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115BB; }
p { color: rgb(161,21,187); }
H1.HeaderClassName
{
color: #A115BB;
}
.AnyTagClassName
{
color: #A115BB;
}
</style>
background-color css
<style>
a { background-color: #A115BB; }
a { background-color: rgb(161,21,187); }
div.DivClassName
{
background-color: #A115BB;
}
.BgClassName
{
background-color: #A115BB;
}
</style>
border-color css
<style>
span { border-color: #A115BB; }
span { border-color: rgb(161,21,187); }
td.TdClassName
{
border-color: #A115BB;
}
.TagClassName
{
border-color: #A115BB;
}
</style>