Shades of Dark Violet #A011D7
Tints of Dark Violet #A011D7
RGB
CMYK
RGB Variations
Color information
#A011D7 (or 0xA011D7) is known color: Dark Violet. HEX triplet: A0, 11 and D7. RGB value is (160,17,215). Sum of RGB (Red+Green+Blue) = 160+17+215=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #A011D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011D7 is #5FEE28. Grayscale: #515151. Windows color (decimal): -6286889 or 14094752. OLE color: 14094752.
HSL color Cylindrical-coordinate representation of color #A011D7: hue angle of 283.33º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A011D7 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 17 | 215 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.16 |
| HSL | 283.33º | 0.85% | 0.45% | - |
| HSV(B) | 283.33º | 0.92% | 0.84% | - |
| XYZ | 26.96 | 12.78 | 65.34 | - |
| YUV | 82.33 | 202.88 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 215 | 0.26 | 0.92 | 0 | 0.16 | 283.33 | 0.85 | 0.45 |
| Hex | A0 | 11 | D7 | 1A | 5C | 0 | 10 | 11B | 55 | 2D |
| Octal | 240 | 21 | 327 | 32 | 134 | 0 | 20 | 433 | 125 | 55 |
| Binary | 10100000 | 10001 | 11010111 | 11010 | 1011100 | 0 | 10000 | 100011011 | 1010101 | 101101 |
Color Harmonies of #A011D7
Complementary color
Monochromatic Colors of #A011D7
Black with #A011D7
Text Example
Text Example
White with #A011D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011D7; }
p { color: rgb(160,17,215); }
H1.HeaderClassName
{
color: #A011D7;
}
.AnyTagClassName
{
color: #A011D7;
}
</style>
background-color css
<style>
a { background-color: #A011D7; }
a { background-color: rgb(160,17,215); }
div.DivClassName
{
background-color: #A011D7;
}
.BgClassName
{
background-color: #A011D7;
}
</style>
border-color css
<style>
span { border-color: #A011D7; }
span { border-color: rgb(160,17,215); }
td.TdClassName
{
border-color: #A011D7;
}
.TagClassName
{
border-color: #A011D7;
}
</style>