Shades of Dark Violet #A811DD
Tints of Dark Violet #A811DD
RGB
CMYK
RGB Variations
Color information
#A811DD (or 0xA811DD) is known color: Dark Violet. HEX triplet: A8, 11 and DD. RGB value is (168,17,221). Sum of RGB (Red+Green+Blue) = 168+17+221=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #A811DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811DD is #57EE22. Grayscale: #545454. Windows color (decimal): -5762595 or 14487976. OLE color: 14487976.
HSL color Cylindrical-coordinate representation of color #A811DD: hue angle of 284.41º 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 #A811DD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 17 | 221 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.13 |
| HSL | 284.41º | 0.86% | 0.47% | - |
| HSV(B) | 284.41º | 0.92% | 0.87% | - |
| XYZ | 29.4 | 13.95 | 69.55 | - |
| YUV | 85.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 221 | 0.24 | 0.92 | 0 | 0.13 | 284.41 | 0.86 | 0.47 |
| Hex | A8 | 11 | DD | 18 | 5C | 0 | D | 11C | 56 | 2F |
| Octal | 250 | 21 | 335 | 30 | 134 | 0 | 15 | 434 | 126 | 57 |
| Binary | 10101000 | 10001 | 11011101 | 11000 | 1011100 | 0 | 1101 | 100011100 | 1010110 | 101111 |
Color Harmonies of #A811DD
Complementary color
Monochromatic Colors of #A811DD
Black with #A811DD
Text Example
Text Example
White with #A811DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811DD; }
p { color: rgb(168,17,221); }
H1.HeaderClassName
{
color: #A811DD;
}
.AnyTagClassName
{
color: #A811DD;
}
</style>
background-color css
<style>
a { background-color: #A811DD; }
a { background-color: rgb(168,17,221); }
div.DivClassName
{
background-color: #A811DD;
}
.BgClassName
{
background-color: #A811DD;
}
</style>
border-color css
<style>
span { border-color: #A811DD; }
span { border-color: rgb(168,17,221); }
td.TdClassName
{
border-color: #A811DD;
}
.TagClassName
{
border-color: #A811DD;
}
</style>