Shades of Dark Violet #A10CBA
Tints of Dark Violet #A10CBA
RGB
CMYK
RGB Variations
Color information
#A10CBA (or 0xA10CBA) is known color: Dark Violet. HEX triplet: A1, 0C and BA. RGB value is (161,12,186). Sum of RGB (Red+Green+Blue) = 161+12+186=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #A10CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CBA is #5EF345. Grayscale: #4B4B4B. Windows color (decimal): -6222662 or 12192929. OLE color: 12192929.
HSL color Cylindrical-coordinate representation of color #A10CBA: hue angle of 291.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CBA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 12 | 186 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.27 |
| HSL | 291.38º | 0.88% | 0.39% | - |
| HSV(B) | 291.38º | 0.94% | 0.73% | - |
| XYZ | 23.69 | 11.39 | 47.4 | - |
| YUV | 76.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 186 | 0.13 | 0.94 | 0 | 0.27 | 291.38 | 0.88 | 0.39 |
| Hex | A1 | C | BA | D | 5E | 0 | 1B | 123 | 58 | 27 |
| Octal | 241 | 14 | 272 | 15 | 136 | 0 | 33 | 443 | 130 | 47 |
| Binary | 10100001 | 1100 | 10111010 | 1101 | 1011110 | 0 | 11011 | 100100011 | 1011000 | 100111 |
Color Harmonies of #A10CBA
Complementary color
Monochromatic Colors of #A10CBA
Black with #A10CBA
Text Example
Text Example
White with #A10CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CBA; }
p { color: rgb(161,12,186); }
H1.HeaderClassName
{
color: #A10CBA;
}
.AnyTagClassName
{
color: #A10CBA;
}
</style>
background-color css
<style>
a { background-color: #A10CBA; }
a { background-color: rgb(161,12,186); }
div.DivClassName
{
background-color: #A10CBA;
}
.BgClassName
{
background-color: #A10CBA;
}
</style>
border-color css
<style>
span { border-color: #A10CBA; }
span { border-color: rgb(161,12,186); }
td.TdClassName
{
border-color: #A10CBA;
}
.TagClassName
{
border-color: #A10CBA;
}
</style>