Shades of Dark Violet #A010C8
Tints of Dark Violet #A010C8
RGB
CMYK
RGB Variations
Color information
#A010C8 (or 0xA010C8) is known color: Dark Violet. HEX triplet: A0, 10 and C8. RGB value is (160,16,200). Sum of RGB (Red+Green+Blue) = 160+16+200=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #A010C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010C8 is #5FEF37. Grayscale: #4F4F4F. Windows color (decimal): -6287160 or 13111456. OLE color: 13111456.
HSL color Cylindrical-coordinate representation of color #A010C8: hue angle of 286.96º 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 #A010C8 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 16 | 200 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.22 |
| HSL | 286.96º | 0.85% | 0.42% | - |
| HSV(B) | 286.96º | 0.92% | 0.78% | - |
| XYZ | 25.11 | 12.01 | 55.64 | - |
| YUV | 80.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 200 | 0.2 | 0.92 | 0 | 0.22 | 286.96 | 0.85 | 0.42 |
| Hex | A0 | 10 | C8 | 14 | 5C | 0 | 16 | 11F | 55 | 2A |
| Octal | 240 | 20 | 310 | 24 | 134 | 0 | 26 | 437 | 125 | 52 |
| Binary | 10100000 | 10000 | 11001000 | 10100 | 1011100 | 0 | 10110 | 100011111 | 1010101 | 101010 |
Color Harmonies of #A010C8
Complementary color
Monochromatic Colors of #A010C8
Black with #A010C8
Text Example
Text Example
White with #A010C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010C8; }
p { color: rgb(160,16,200); }
H1.HeaderClassName
{
color: #A010C8;
}
.AnyTagClassName
{
color: #A010C8;
}
</style>
background-color css
<style>
a { background-color: #A010C8; }
a { background-color: rgb(160,16,200); }
div.DivClassName
{
background-color: #A010C8;
}
.BgClassName
{
background-color: #A010C8;
}
</style>
border-color css
<style>
span { border-color: #A010C8; }
span { border-color: rgb(160,16,200); }
td.TdClassName
{
border-color: #A010C8;
}
.TagClassName
{
border-color: #A010C8;
}
</style>