Shades of Dark Violet #AA08CC
Tints of Dark Violet #AA08CC
RGB
CMYK
RGB Variations
Color information
#AA08CC (or 0xAA08CC) is known color: Dark Violet. HEX triplet: AA, 08 and CC. RGB value is (170,8,204). Sum of RGB (Red+Green+Blue) = 170+8+204=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA08CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08CC is #55F733. Grayscale: #4E4E4E. Windows color (decimal): -5633844 or 13371562. OLE color: 13371562.
HSL color Cylindrical-coordinate representation of color #AA08CC: hue angle of 289.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08CC is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 8 | 204 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.2 |
| HSL | 289.59º | 0.92% | 0.42% | - |
| HSV(B) | 289.59º | 0.96% | 0.8% | - |
| XYZ | 27.56 | 13.08 | 58.2 | - |
| YUV | 78.78 | 198.67 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 204 | 0.17 | 0.96 | 0 | 0.2 | 289.59 | 0.92 | 0.42 |
| Hex | AA | 8 | CC | 11 | 60 | 0 | 14 | 122 | 5C | 2A |
| Octal | 252 | 10 | 314 | 21 | 140 | 0 | 24 | 442 | 134 | 52 |
| Binary | 10101010 | 1000 | 11001100 | 10001 | 1100000 | 0 | 10100 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AA08CC
Complementary color
Monochromatic Colors of #AA08CC
Black with #AA08CC
Text Example
Text Example
White with #AA08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08CC; }
p { color: rgb(170,8,204); }
H1.HeaderClassName
{
color: #AA08CC;
}
.AnyTagClassName
{
color: #AA08CC;
}
</style>
background-color css
<style>
a { background-color: #AA08CC; }
a { background-color: rgb(170,8,204); }
div.DivClassName
{
background-color: #AA08CC;
}
.BgClassName
{
background-color: #AA08CC;
}
</style>
border-color css
<style>
span { border-color: #AA08CC; }
span { border-color: rgb(170,8,204); }
td.TdClassName
{
border-color: #AA08CC;
}
.TagClassName
{
border-color: #AA08CC;
}
</style>