Shades of Dark Violet #A10CCC
Tints of Dark Violet #A10CCC
RGB
CMYK
RGB Variations
Color information
#A10CCC (or 0xA10CCC) is known color: Dark Violet. HEX triplet: A1, 0C and CC. RGB value is (161,12,204). Sum of RGB (Red+Green+Blue) = 161+12+204=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #A10CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CCC is #5EF333. Grayscale: #4D4D4D. Windows color (decimal): -6222644 or 13372577. OLE color: 13372577.
HSL color Cylindrical-coordinate representation of color #A10CCC: hue angle of 286.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CCC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 12 | 204 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.2 |
| HSL | 286.56º | 0.89% | 0.42% | - |
| HSV(B) | 286.56º | 0.94% | 0.8% | - |
| XYZ | 25.73 | 12.2 | 58.13 | - |
| YUV | 78.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 204 | 0.21 | 0.94 | 0 | 0.2 | 286.56 | 0.89 | 0.42 |
| Hex | A1 | C | CC | 15 | 5E | 0 | 14 | 11F | 59 | 2A |
| Octal | 241 | 14 | 314 | 25 | 136 | 0 | 24 | 437 | 131 | 52 |
| Binary | 10100001 | 1100 | 11001100 | 10101 | 1011110 | 0 | 10100 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A10CCC
Complementary color
Monochromatic Colors of #A10CCC
Black with #A10CCC
Text Example
Text Example
White with #A10CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CCC; }
p { color: rgb(161,12,204); }
H1.HeaderClassName
{
color: #A10CCC;
}
.AnyTagClassName
{
color: #A10CCC;
}
</style>
background-color css
<style>
a { background-color: #A10CCC; }
a { background-color: rgb(161,12,204); }
div.DivClassName
{
background-color: #A10CCC;
}
.BgClassName
{
background-color: #A10CCC;
}
</style>
border-color css
<style>
span { border-color: #A10CCC; }
span { border-color: rgb(161,12,204); }
td.TdClassName
{
border-color: #A10CCC;
}
.TagClassName
{
border-color: #A10CCC;
}
</style>