Shades of Dark Violet #A10CCD
Tints of Dark Violet #A10CCD
RGB
CMYK
RGB Variations
Color information
#A10CCD (or 0xA10CCD) is known color: Dark Violet. HEX triplet: A1, 0C and CD. RGB value is (161,12,205). Sum of RGB (Red+Green+Blue) = 161+12+205=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #A10CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CCD is #5EF332. Grayscale: #4D4D4D. Windows color (decimal): -6222643 or 13438113. OLE color: 13438113.
HSL color Cylindrical-coordinate representation of color #A10CCD: hue angle of 286.32º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CCD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 12 | 205 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.20 |
| HSL | 286.32º | 0.89% | 0.43% | - |
| HSV(B) | 286.32º | 0.94% | 0.8% | - |
| XYZ | 25.85 | 12.25 | 58.76 | - |
| YUV | 78.55 | 199.36 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 205 | 0.21 | 0.94 | 0 | 0.20 | 286.32 | 0.89 | 0.43 |
| Hex | A1 | C | CD | 15 | 5E | 0 | 14 | 11E | 59 | 2B |
| Octal | 241 | 14 | 315 | 25 | 136 | 0 | 24 | 436 | 131 | 53 |
| Binary | 10100001 | 1100 | 11001101 | 10101 | 1011110 | 0 | 10100 | 100011110 | 1011001 | 101011 |
Color Harmonies of #A10CCD
Complementary color
Monochromatic Colors of #A10CCD
Black with #A10CCD
Text Example
Text Example
White with #A10CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CCD; }
p { color: rgb(161,12,205); }
H1.HeaderClassName
{
color: #A10CCD;
}
.AnyTagClassName
{
color: #A10CCD;
}
</style>
background-color css
<style>
a { background-color: #A10CCD; }
a { background-color: rgb(161,12,205); }
div.DivClassName
{
background-color: #A10CCD;
}
.BgClassName
{
background-color: #A10CCD;
}
</style>
border-color css
<style>
span { border-color: #A10CCD; }
span { border-color: rgb(161,12,205); }
td.TdClassName
{
border-color: #A10CCD;
}
.TagClassName
{
border-color: #A10CCD;
}
</style>