Shades of Dark Violet #A10BBC
Tints of Dark Violet #A10BBC
RGB
CMYK
RGB Variations
Color information
#A10BBC (or 0xA10BBC) is known color: Dark Violet. HEX triplet: A1, 0B and BC. RGB value is (161,11,188). Sum of RGB (Red+Green+Blue) = 161+11+188=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #A10BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10BBC is #5EF443. Grayscale: #4B4B4B. Windows color (decimal): -6222916 or 12323745. OLE color: 12323745.
HSL color Cylindrical-coordinate representation of color #A10BBC: hue angle of 290.85º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10BBC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 11 | 188 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.26 |
| HSL | 290.85º | 0.89% | 0.39% | - |
| HSV(B) | 290.85º | 0.94% | 0.74% | - |
| XYZ | 23.89 | 11.45 | 48.53 | - |
| YUV | 76.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 188 | 0.14 | 0.94 | 0 | 0.26 | 290.85 | 0.89 | 0.39 |
| Hex | A1 | B | BC | E | 5E | 0 | 1A | 123 | 59 | 27 |
| Octal | 241 | 13 | 274 | 16 | 136 | 0 | 32 | 443 | 131 | 47 |
| Binary | 10100001 | 1011 | 10111100 | 1110 | 1011110 | 0 | 11010 | 100100011 | 1011001 | 100111 |
Color Harmonies of #A10BBC
Complementary color
Monochromatic Colors of #A10BBC
Black with #A10BBC
Text Example
Text Example
White with #A10BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BBC; }
p { color: rgb(161,11,188); }
H1.HeaderClassName
{
color: #A10BBC;
}
.AnyTagClassName
{
color: #A10BBC;
}
</style>
background-color css
<style>
a { background-color: #A10BBC; }
a { background-color: rgb(161,11,188); }
div.DivClassName
{
background-color: #A10BBC;
}
.BgClassName
{
background-color: #A10BBC;
}
</style>
border-color css
<style>
span { border-color: #A10BBC; }
span { border-color: rgb(161,11,188); }
td.TdClassName
{
border-color: #A10BBC;
}
.TagClassName
{
border-color: #A10BBC;
}
</style>