Shades of Dark Violet #AA16C6
Tints of Dark Violet #AA16C6
RGB
CMYK
RGB Variations
Color information
#AA16C6 (or 0xAA16C6) is known color: Dark Violet. HEX triplet: AA, 16 and C6. RGB value is (170,22,198). Sum of RGB (Red+Green+Blue) = 170+22+198=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA16C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16C6 is #55E939. Grayscale: #555555. Windows color (decimal): -5630266 or 12981930. OLE color: 12981930.
HSL color Cylindrical-coordinate representation of color #AA16C6: hue angle of 290.45º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16C6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 22 | 198 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.22 |
| HSL | 290.45º | 0.8% | 0.43% | - |
| HSV(B) | 290.45º | 0.89% | 0.78% | - |
| XYZ | 27.06 | 13.2 | 54.55 | - |
| YUV | 86.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 198 | 0.14 | 0.89 | 0 | 0.22 | 290.45 | 0.8 | 0.43 |
| Hex | AA | 16 | C6 | E | 59 | 0 | 16 | 122 | 50 | 2B |
| Octal | 252 | 26 | 306 | 16 | 131 | 0 | 26 | 442 | 120 | 53 |
| Binary | 10101010 | 10110 | 11000110 | 1110 | 1011001 | 0 | 10110 | 100100010 | 1010000 | 101011 |
Color Harmonies of #AA16C6
Complementary color
Monochromatic Colors of #AA16C6
Black with #AA16C6
Text Example
Text Example
White with #AA16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16C6; }
p { color: rgb(170,22,198); }
H1.HeaderClassName
{
color: #AA16C6;
}
.AnyTagClassName
{
color: #AA16C6;
}
</style>
background-color css
<style>
a { background-color: #AA16C6; }
a { background-color: rgb(170,22,198); }
div.DivClassName
{
background-color: #AA16C6;
}
.BgClassName
{
background-color: #AA16C6;
}
</style>
border-color css
<style>
span { border-color: #AA16C6; }
span { border-color: rgb(170,22,198); }
td.TdClassName
{
border-color: #AA16C6;
}
.TagClassName
{
border-color: #AA16C6;
}
</style>