Shades of Dark Violet #A010C7
Tints of Dark Violet #A010C7
RGB
CMYK
RGB Variations
Color information
#A010C7 (or 0xA010C7) is known color: Dark Violet. HEX triplet: A0, 10 and C7. RGB value is (160,16,199). Sum of RGB (Red+Green+Blue) = 160+16+199=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #A010C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010C7 is #5FEF38. Grayscale: #4F4F4F. Windows color (decimal): -6287161 or 13045920. OLE color: 13045920.
HSL color Cylindrical-coordinate representation of color #A010C7: hue angle of 287.21º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A010C7 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 16 | 199 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.22 |
| HSL | 287.21º | 0.85% | 0.42% | - |
| HSV(B) | 287.21º | 0.92% | 0.78% | - |
| XYZ | 24.99 | 11.97 | 55.03 | - |
| YUV | 79.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 199 | 0.20 | 0.92 | 0 | 0.22 | 287.21 | 0.85 | 0.42 |
| Hex | A0 | 10 | C7 | 14 | 5C | 0 | 16 | 11F | 55 | 2A |
| Octal | 240 | 20 | 307 | 24 | 134 | 0 | 26 | 437 | 125 | 52 |
| Binary | 10100000 | 10000 | 11000111 | 10100 | 1011100 | 0 | 10110 | 100011111 | 1010101 | 101010 |
Color Harmonies of #A010C7
Complementary color
Monochromatic Colors of #A010C7
Black with #A010C7
Text Example
Text Example
White with #A010C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010C7; }
p { color: rgb(160,16,199); }
H1.HeaderClassName
{
color: #A010C7;
}
.AnyTagClassName
{
color: #A010C7;
}
</style>
background-color css
<style>
a { background-color: #A010C7; }
a { background-color: rgb(160,16,199); }
div.DivClassName
{
background-color: #A010C7;
}
.BgClassName
{
background-color: #A010C7;
}
</style>
border-color css
<style>
span { border-color: #A010C7; }
span { border-color: rgb(160,16,199); }
td.TdClassName
{
border-color: #A010C7;
}
.TagClassName
{
border-color: #A010C7;
}
</style>