Shades of Dark Violet #A011DD
Tints of Dark Violet #A011DD
RGB
CMYK
RGB Variations
Color information
#A011DD (or 0xA011DD) is known color: Dark Violet. HEX triplet: A0, 11 and DD. RGB value is (160,17,221). Sum of RGB (Red+Green+Blue) = 160+17+221=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #A011DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011DD is #5FEE22. Grayscale: #525252. Windows color (decimal): -6286883 or 14487968. OLE color: 14487968.
HSL color Cylindrical-coordinate representation of color #A011DD: hue angle of 282.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A011DD is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 17 | 221 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.13 |
| HSL | 282.06º | 0.86% | 0.47% | - |
| HSV(B) | 282.06º | 0.92% | 0.87% | - |
| XYZ | 27.75 | 13.09 | 69.47 | - |
| YUV | 83.01 | 205.88 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 221 | 0.28 | 0.92 | 0 | 0.13 | 282.06 | 0.86 | 0.47 |
| Hex | A0 | 11 | DD | 1C | 5C | 0 | D | 11A | 56 | 2F |
| Octal | 240 | 21 | 335 | 34 | 134 | 0 | 15 | 432 | 126 | 57 |
| Binary | 10100000 | 10001 | 11011101 | 11100 | 1011100 | 0 | 1101 | 100011010 | 1010110 | 101111 |
Color Harmonies of #A011DD
Complementary color
Monochromatic Colors of #A011DD
Black with #A011DD
Text Example
Text Example
White with #A011DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011DD; }
p { color: rgb(160,17,221); }
H1.HeaderClassName
{
color: #A011DD;
}
.AnyTagClassName
{
color: #A011DD;
}
</style>
background-color css
<style>
a { background-color: #A011DD; }
a { background-color: rgb(160,17,221); }
div.DivClassName
{
background-color: #A011DD;
}
.BgClassName
{
background-color: #A011DD;
}
</style>
border-color css
<style>
span { border-color: #A011DD; }
span { border-color: rgb(160,17,221); }
td.TdClassName
{
border-color: #A011DD;
}
.TagClassName
{
border-color: #A011DD;
}
</style>