Shades of Dark Violet #A10CCA
Tints of Dark Violet #A10CCA
RGB
CMYK
RGB Variations
Color information
#A10CCA (or 0xA10CCA) is known color: Dark Violet. HEX triplet: A1, 0C and CA. RGB value is (161,12,202). Sum of RGB (Red+Green+Blue) = 161+12+202=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #A10CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CCA is #5EF335. Grayscale: #4D4D4D. Windows color (decimal): -6222646 or 13241505. OLE color: 13241505.
HSL color Cylindrical-coordinate representation of color #A10CCA: hue angle of 287.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CCA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 12 | 202 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.21 |
| HSL | 287.05º | 0.89% | 0.42% | - |
| HSV(B) | 287.05º | 0.94% | 0.79% | - |
| XYZ | 25.49 | 12.1 | 56.87 | - |
| YUV | 78.21 | 197.86 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 202 | 0.20 | 0.94 | 0 | 0.21 | 287.05 | 0.89 | 0.42 |
| Hex | A1 | C | CA | 14 | 5E | 0 | 15 | 11F | 59 | 2A |
| Octal | 241 | 14 | 312 | 24 | 136 | 0 | 25 | 437 | 131 | 52 |
| Binary | 10100001 | 1100 | 11001010 | 10100 | 1011110 | 0 | 10101 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A10CCA
Complementary color
Monochromatic Colors of #A10CCA
Black with #A10CCA
Text Example
Text Example
White with #A10CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CCA; }
p { color: rgb(161,12,202); }
H1.HeaderClassName
{
color: #A10CCA;
}
.AnyTagClassName
{
color: #A10CCA;
}
</style>
background-color css
<style>
a { background-color: #A10CCA; }
a { background-color: rgb(161,12,202); }
div.DivClassName
{
background-color: #A10CCA;
}
.BgClassName
{
background-color: #A10CCA;
}
</style>
border-color css
<style>
span { border-color: #A10CCA; }
span { border-color: rgb(161,12,202); }
td.TdClassName
{
border-color: #A10CCA;
}
.TagClassName
{
border-color: #A10CCA;
}
</style>