Shades of Dark Violet #A10CB2
Tints of Dark Violet #A10CB2
RGB
CMYK
RGB Variations
Color information
#A10CB2 (or 0xA10CB2) is known color: Dark Violet. HEX triplet: A1, 0C and B2. RGB value is (161,12,178). Sum of RGB (Red+Green+Blue) = 161+12+178=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #A10CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10CB2 is #5EF34D. Grayscale: #4A4A4A. Windows color (decimal): -6222670 or 11668641. OLE color: 11668641.
HSL color Cylindrical-coordinate representation of color #A10CB2: hue angle of 293.86º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10CB2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 12 | 178 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.30 |
| HSL | 293.86º | 0.87% | 0.37% | - |
| HSV(B) | 293.86º | 0.93% | 0.7% | - |
| XYZ | 22.87 | 11.05 | 43.05 | - |
| YUV | 75.48 | 185.86 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 178 | 0.10 | 0.93 | 0 | 0.30 | 293.86 | 0.87 | 0.37 |
| Hex | A1 | C | B2 | A | 5D | 0 | 1E | 126 | 57 | 25 |
| Octal | 241 | 14 | 262 | 12 | 135 | 0 | 36 | 446 | 127 | 45 |
| Binary | 10100001 | 1100 | 10110010 | 1010 | 1011101 | 0 | 11110 | 100100110 | 1010111 | 100101 |
Color Harmonies of #A10CB2
Complementary color
Monochromatic Colors of #A10CB2
Black with #A10CB2
Text Example
Text Example
White with #A10CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CB2; }
p { color: rgb(161,12,178); }
H1.HeaderClassName
{
color: #A10CB2;
}
.AnyTagClassName
{
color: #A10CB2;
}
</style>
background-color css
<style>
a { background-color: #A10CB2; }
a { background-color: rgb(161,12,178); }
div.DivClassName
{
background-color: #A10CB2;
}
.BgClassName
{
background-color: #A10CB2;
}
</style>
border-color css
<style>
span { border-color: #A10CB2; }
span { border-color: rgb(161,12,178); }
td.TdClassName
{
border-color: #A10CB2;
}
.TagClassName
{
border-color: #A10CB2;
}
</style>