Shades of Dark Violet #A110BC
Tints of Dark Violet #A110BC
RGB
CMYK
RGB Variations
Color information
#A110BC (or 0xA110BC) is known color: Dark Violet. HEX triplet: A1, 10 and BC. RGB value is (161,16,188). Sum of RGB (Red+Green+Blue) = 161+16+188=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #A110BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A110BC is #5EEF43. Grayscale: #4E4E4E. Windows color (decimal): -6221636 or 12325025. OLE color: 12325025.
HSL color Cylindrical-coordinate representation of color #A110BC: hue angle of 290.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A110BC is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 16 | 188 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.26 |
| HSL | 290.58º | 0.84% | 0.4% | - |
| HSV(B) | 290.58º | 0.91% | 0.74% | - |
| XYZ | 23.96 | 11.58 | 48.55 | - |
| YUV | 78.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 188 | 0.14 | 0.91 | 0 | 0.26 | 290.58 | 0.84 | 0.4 |
| Hex | A1 | 10 | BC | E | 5B | 0 | 1A | 123 | 54 | 28 |
| Octal | 241 | 20 | 274 | 16 | 133 | 0 | 32 | 443 | 124 | 50 |
| Binary | 10100001 | 10000 | 10111100 | 1110 | 1011011 | 0 | 11010 | 100100011 | 1010100 | 101000 |
Color Harmonies of #A110BC
Complementary color
Monochromatic Colors of #A110BC
Black with #A110BC
Text Example
Text Example
White with #A110BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110BC; }
p { color: rgb(161,16,188); }
H1.HeaderClassName
{
color: #A110BC;
}
.AnyTagClassName
{
color: #A110BC;
}
</style>
background-color css
<style>
a { background-color: #A110BC; }
a { background-color: rgb(161,16,188); }
div.DivClassName
{
background-color: #A110BC;
}
.BgClassName
{
background-color: #A110BC;
}
</style>
border-color css
<style>
span { border-color: #A110BC; }
span { border-color: rgb(161,16,188); }
td.TdClassName
{
border-color: #A110BC;
}
.TagClassName
{
border-color: #A110BC;
}
</style>