Shades of Dark Violet #AA08BC
Tints of Dark Violet #AA08BC
RGB
CMYK
RGB Variations
Color information
#AA08BC (or 0xAA08BC) is known color: Dark Violet. HEX triplet: AA, 08 and BC. RGB value is (170,8,188). Sum of RGB (Red+Green+Blue) = 170+8+188=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08BC is #55F743. Grayscale: #4C4C4C. Windows color (decimal): -5633860 or 12322986. OLE color: 12322986.
HSL color Cylindrical-coordinate representation of color #AA08BC: hue angle of 294º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08BC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 8 | 188 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.26 |
| HSL | 294º | 0.92% | 0.38% | - |
| HSV(B) | 294º | 0.96% | 0.74% | - |
| XYZ | 25.74 | 12.35 | 48.6 | - |
| YUV | 76.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 188 | 0.10 | 0.96 | 0 | 0.26 | 294 | 0.92 | 0.38 |
| Hex | AA | 8 | BC | A | 60 | 0 | 1A | 126 | 5C | 26 |
| Octal | 252 | 10 | 274 | 12 | 140 | 0 | 32 | 446 | 134 | 46 |
| Binary | 10101010 | 1000 | 10111100 | 1010 | 1100000 | 0 | 11010 | 100100110 | 1011100 | 100110 |
Color Harmonies of #AA08BC
Complementary color
Monochromatic Colors of #AA08BC
Black with #AA08BC
Text Example
Text Example
White with #AA08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08BC; }
p { color: rgb(170,8,188); }
H1.HeaderClassName
{
color: #AA08BC;
}
.AnyTagClassName
{
color: #AA08BC;
}
</style>
background-color css
<style>
a { background-color: #AA08BC; }
a { background-color: rgb(170,8,188); }
div.DivClassName
{
background-color: #AA08BC;
}
.BgClassName
{
background-color: #AA08BC;
}
</style>
border-color css
<style>
span { border-color: #AA08BC; }
span { border-color: rgb(170,8,188); }
td.TdClassName
{
border-color: #AA08BC;
}
.TagClassName
{
border-color: #AA08BC;
}
</style>