Shades of Dark Violet #A10CC2
Tints of Dark Violet #A10CC2
RGB
CMYK
RGB Variations
Color information
#A10CC2 (or 0xA10CC2) is known color: Dark Violet. HEX triplet: A1, 0C and C2. RGB value is (161,12,194). Sum of RGB (Red+Green+Blue) = 161+12+194=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #A10CC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CC2 is #5EF33D. Grayscale: #4C4C4C. Windows color (decimal): -6222654 or 12717217. OLE color: 12717217.
HSL color Cylindrical-coordinate representation of color #A10CC2: hue angle of 289.12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CC2 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 12 | 194 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.24 |
| HSL | 289.12º | 0.88% | 0.4% | - |
| HSV(B) | 289.12º | 0.94% | 0.76% | - |
| XYZ | 24.57 | 11.74 | 52.01 | - |
| YUV | 77.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 194 | 0.17 | 0.94 | 0 | 0.24 | 289.12 | 0.88 | 0.4 |
| Hex | A1 | C | C2 | 11 | 5E | 0 | 18 | 121 | 58 | 28 |
| Octal | 241 | 14 | 302 | 21 | 136 | 0 | 30 | 441 | 130 | 50 |
| Binary | 10100001 | 1100 | 11000010 | 10001 | 1011110 | 0 | 11000 | 100100001 | 1011000 | 101000 |
Color Harmonies of #A10CC2
Complementary color
Monochromatic Colors of #A10CC2
Black with #A10CC2
Text Example
Text Example
White with #A10CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CC2; }
p { color: rgb(161,12,194); }
H1.HeaderClassName
{
color: #A10CC2;
}
.AnyTagClassName
{
color: #A10CC2;
}
</style>
background-color css
<style>
a { background-color: #A10CC2; }
a { background-color: rgb(161,12,194); }
div.DivClassName
{
background-color: #A10CC2;
}
.BgClassName
{
background-color: #A10CC2;
}
</style>
border-color css
<style>
span { border-color: #A10CC2; }
span { border-color: rgb(161,12,194); }
td.TdClassName
{
border-color: #A10CC2;
}
.TagClassName
{
border-color: #A10CC2;
}
</style>