Shades of Dark Violet #AA11D7
Tints of Dark Violet #AA11D7
RGB
CMYK
RGB Variations
Color information
#AA11D7 (or 0xAA11D7) is known color: Dark Violet. HEX triplet: AA, 11 and D7. RGB value is (170,17,215). Sum of RGB (Red+Green+Blue) = 170+17+215=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA11D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11D7 is #55EE28. Grayscale: #545454. Windows color (decimal): -5631529 or 14094762. OLE color: 14094762.
HSL color Cylindrical-coordinate representation of color #AA11D7: hue angle of 286.36º 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 #AA11D7 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 17 | 215 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.16 |
| HSL | 286.36º | 0.85% | 0.45% | - |
| HSV(B) | 286.36º | 0.92% | 0.84% | - |
| XYZ | 29.04 | 13.85 | 65.43 | - |
| YUV | 85.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 215 | 0.21 | 0.92 | 0 | 0.16 | 286.36 | 0.85 | 0.45 |
| Hex | AA | 11 | D7 | 15 | 5C | 0 | 10 | 11E | 55 | 2D |
| Octal | 252 | 21 | 327 | 25 | 134 | 0 | 20 | 436 | 125 | 55 |
| Binary | 10101010 | 10001 | 11010111 | 10101 | 1011100 | 0 | 10000 | 100011110 | 1010101 | 101101 |
Color Harmonies of #AA11D7
Complementary color
Monochromatic Colors of #AA11D7
Black with #AA11D7
Text Example
Text Example
White with #AA11D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11D7; }
p { color: rgb(170,17,215); }
H1.HeaderClassName
{
color: #AA11D7;
}
.AnyTagClassName
{
color: #AA11D7;
}
</style>
background-color css
<style>
a { background-color: #AA11D7; }
a { background-color: rgb(170,17,215); }
div.DivClassName
{
background-color: #AA11D7;
}
.BgClassName
{
background-color: #AA11D7;
}
</style>
border-color css
<style>
span { border-color: #AA11D7; }
span { border-color: rgb(170,17,215); }
td.TdClassName
{
border-color: #AA11D7;
}
.TagClassName
{
border-color: #AA11D7;
}
</style>