Shades of Dark Violet #A010CF
Tints of Dark Violet #A010CF
RGB
CMYK
RGB Variations
Color information
#A010CF (or 0xA010CF) is known color: Dark Violet. HEX triplet: A0, 10 and CF. RGB value is (160,16,207). Sum of RGB (Red+Green+Blue) = 160+16+207=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A010CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010CF is #5FEF30. Grayscale: #505050. Windows color (decimal): -6287153 or 13570208. OLE color: 13570208.
HSL color Cylindrical-coordinate representation of color #A010CF: hue angle of 285.24º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A010CF is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 16 | 207 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.19 |
| HSL | 285.24º | 0.86% | 0.44% | - |
| HSV(B) | 285.24º | 0.92% | 0.81% | - |
| XYZ | 25.94 | 12.35 | 60.05 | - |
| YUV | 80.83 | 199.21 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 207 | 0.23 | 0.92 | 0 | 0.19 | 285.24 | 0.86 | 0.44 |
| Hex | A0 | 10 | CF | 17 | 5C | 0 | 13 | 11D | 56 | 2C |
| Octal | 240 | 20 | 317 | 27 | 134 | 0 | 23 | 435 | 126 | 54 |
| Binary | 10100000 | 10000 | 11001111 | 10111 | 1011100 | 0 | 10011 | 100011101 | 1010110 | 101100 |
Color Harmonies of #A010CF
Complementary color
Monochromatic Colors of #A010CF
Black with #A010CF
Text Example
Text Example
White with #A010CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010CF; }
p { color: rgb(160,16,207); }
H1.HeaderClassName
{
color: #A010CF;
}
.AnyTagClassName
{
color: #A010CF;
}
</style>
background-color css
<style>
a { background-color: #A010CF; }
a { background-color: rgb(160,16,207); }
div.DivClassName
{
background-color: #A010CF;
}
.BgClassName
{
background-color: #A010CF;
}
</style>
border-color css
<style>
span { border-color: #A010CF; }
span { border-color: rgb(160,16,207); }
td.TdClassName
{
border-color: #A010CF;
}
.TagClassName
{
border-color: #A010CF;
}
</style>