Shades of Dark Violet #A010CD
Tints of Dark Violet #A010CD
RGB
CMYK
RGB Variations
Color information
#A010CD (or 0xA010CD) is known color: Dark Violet. HEX triplet: A0, 10 and CD. RGB value is (160,16,205). Sum of RGB (Red+Green+Blue) = 160+16+205=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #A010CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010CD is #5FEF32. Grayscale: #4F4F4F. Windows color (decimal): -6287155 or 13439136. OLE color: 13439136.
HSL color Cylindrical-coordinate representation of color #A010CD: hue angle of 285.71º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A010CD is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 16 | 205 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.20 |
| HSL | 285.71º | 0.86% | 0.43% | - |
| HSV(B) | 285.71º | 0.92% | 0.8% | - |
| XYZ | 25.7 | 12.25 | 58.77 | - |
| YUV | 80.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 205 | 0.22 | 0.92 | 0 | 0.20 | 285.71 | 0.86 | 0.43 |
| Hex | A0 | 10 | CD | 16 | 5C | 0 | 14 | 11E | 56 | 2B |
| Octal | 240 | 20 | 315 | 26 | 134 | 0 | 24 | 436 | 126 | 53 |
| Binary | 10100000 | 10000 | 11001101 | 10110 | 1011100 | 0 | 10100 | 100011110 | 1010110 | 101011 |
Color Harmonies of #A010CD
Complementary color
Monochromatic Colors of #A010CD
Black with #A010CD
Text Example
Text Example
White with #A010CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010CD; }
p { color: rgb(160,16,205); }
H1.HeaderClassName
{
color: #A010CD;
}
.AnyTagClassName
{
color: #A010CD;
}
</style>
background-color css
<style>
a { background-color: #A010CD; }
a { background-color: rgb(160,16,205); }
div.DivClassName
{
background-color: #A010CD;
}
.BgClassName
{
background-color: #A010CD;
}
</style>
border-color css
<style>
span { border-color: #A010CD; }
span { border-color: rgb(160,16,205); }
td.TdClassName
{
border-color: #A010CD;
}
.TagClassName
{
border-color: #A010CD;
}
</style>