Shades of Dark Violet #A10ACD
Tints of Dark Violet #A10ACD
RGB
CMYK
RGB Variations
Color information
#A10ACD (or 0xA10ACD) is known color: Dark Violet. HEX triplet: A1, 0A and CD. RGB value is (161,10,205). Sum of RGB (Red+Green+Blue) = 161+10+205=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #A10ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ACD is #5EF532. Grayscale: #4C4C4C. Windows color (decimal): -6223155 or 13437601. OLE color: 13437601.
HSL color Cylindrical-coordinate representation of color #A10ACD: hue angle of 286.46º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ACD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 10 | 205 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.20 |
| HSL | 286.46º | 0.91% | 0.42% | - |
| HSV(B) | 286.46º | 0.95% | 0.8% | - |
| XYZ | 25.83 | 12.2 | 58.75 | - |
| YUV | 77.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 205 | 0.21 | 0.95 | 0 | 0.20 | 286.46 | 0.91 | 0.42 |
| Hex | A1 | A | CD | 15 | 5F | 0 | 14 | 11E | 5B | 2A |
| Octal | 241 | 12 | 315 | 25 | 137 | 0 | 24 | 436 | 133 | 52 |
| Binary | 10100001 | 1010 | 11001101 | 10101 | 1011111 | 0 | 10100 | 100011110 | 1011011 | 101010 |
Color Harmonies of #A10ACD
Complementary color
Monochromatic Colors of #A10ACD
Black with #A10ACD
Text Example
Text Example
White with #A10ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10ACD; }
p { color: rgb(161,10,205); }
H1.HeaderClassName
{
color: #A10ACD;
}
.AnyTagClassName
{
color: #A10ACD;
}
</style>
background-color css
<style>
a { background-color: #A10ACD; }
a { background-color: rgb(161,10,205); }
div.DivClassName
{
background-color: #A10ACD;
}
.BgClassName
{
background-color: #A10ACD;
}
</style>
border-color css
<style>
span { border-color: #A10ACD; }
span { border-color: rgb(161,10,205); }
td.TdClassName
{
border-color: #A10ACD;
}
.TagClassName
{
border-color: #A10ACD;
}
</style>