Shades of Dark Violet #AA16C8
Tints of Dark Violet #AA16C8
RGB
CMYK
RGB Variations
Color information
#AA16C8 (or 0xAA16C8) is known color: Dark Violet. HEX triplet: AA, 16 and C8. RGB value is (170,22,200). Sum of RGB (Red+Green+Blue) = 170+22+200=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA16C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16C8 is #55E937. Grayscale: #555555. Windows color (decimal): -5630264 or 13113002. OLE color: 13113002.
HSL color Cylindrical-coordinate representation of color #AA16C8: hue angle of 289.89º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16C8 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 22 | 200 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.22 |
| HSL | 289.89º | 0.8% | 0.44% | - |
| HSV(B) | 289.89º | 0.89% | 0.78% | - |
| XYZ | 27.29 | 13.29 | 55.77 | - |
| YUV | 86.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 200 | 0.15 | 0.89 | 0 | 0.22 | 289.89 | 0.8 | 0.44 |
| Hex | AA | 16 | C8 | F | 59 | 0 | 16 | 122 | 50 | 2C |
| Octal | 252 | 26 | 310 | 17 | 131 | 0 | 26 | 442 | 120 | 54 |
| Binary | 10101010 | 10110 | 11001000 | 1111 | 1011001 | 0 | 10110 | 100100010 | 1010000 | 101100 |
Color Harmonies of #AA16C8
Complementary color
Monochromatic Colors of #AA16C8
Black with #AA16C8
Text Example
Text Example
White with #AA16C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16C8; }
p { color: rgb(170,22,200); }
H1.HeaderClassName
{
color: #AA16C8;
}
.AnyTagClassName
{
color: #AA16C8;
}
</style>
background-color css
<style>
a { background-color: #AA16C8; }
a { background-color: rgb(170,22,200); }
div.DivClassName
{
background-color: #AA16C8;
}
.BgClassName
{
background-color: #AA16C8;
}
</style>
border-color css
<style>
span { border-color: #AA16C8; }
span { border-color: rgb(170,22,200); }
td.TdClassName
{
border-color: #AA16C8;
}
.TagClassName
{
border-color: #AA16C8;
}
</style>