Shades of Dark Violet #AA08D8
Tints of Dark Violet #AA08D8
RGB
CMYK
RGB Variations
Color information
#AA08D8 (or 0xAA08D8) is known color: Dark Violet. HEX triplet: AA, 08 and D8. RGB value is (170,8,216). Sum of RGB (Red+Green+Blue) = 170+8+216=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA08D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08D8 is #55F727. Grayscale: #4F4F4F. Windows color (decimal): -5633832 or 14157994. OLE color: 14157994.
HSL color Cylindrical-coordinate representation of color #AA08D8: hue angle of 286.73º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08D8 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 8 | 216 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.15 |
| HSL | 286.73º | 0.93% | 0.44% | - |
| HSV(B) | 286.73º | 0.96% | 0.85% | - |
| XYZ | 29.06 | 13.68 | 66.07 | - |
| YUV | 80.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 216 | 0.21 | 0.96 | 0 | 0.15 | 286.73 | 0.93 | 0.44 |
| Hex | AA | 8 | D8 | 15 | 60 | 0 | F | 11F | 5D | 2C |
| Octal | 252 | 10 | 330 | 25 | 140 | 0 | 17 | 437 | 135 | 54 |
| Binary | 10101010 | 1000 | 11011000 | 10101 | 1100000 | 0 | 1111 | 100011111 | 1011101 | 101100 |
Color Harmonies of #AA08D8
Complementary color
Monochromatic Colors of #AA08D8
Black with #AA08D8
Text Example
Text Example
White with #AA08D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08D8; }
p { color: rgb(170,8,216); }
H1.HeaderClassName
{
color: #AA08D8;
}
.AnyTagClassName
{
color: #AA08D8;
}
</style>
background-color css
<style>
a { background-color: #AA08D8; }
a { background-color: rgb(170,8,216); }
div.DivClassName
{
background-color: #AA08D8;
}
.BgClassName
{
background-color: #AA08D8;
}
</style>
border-color css
<style>
span { border-color: #AA08D8; }
span { border-color: rgb(170,8,216); }
td.TdClassName
{
border-color: #AA08D8;
}
.TagClassName
{
border-color: #AA08D8;
}
</style>