Shades of Dark Violet #AA08BD
Tints of Dark Violet #AA08BD
RGB
CMYK
RGB Variations
Color information
#AA08BD (or 0xAA08BD) is known color: Dark Violet. HEX triplet: AA, 08 and BD. RGB value is (170,8,189). Sum of RGB (Red+Green+Blue) = 170+8+189=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA08BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08BD is #55F742. Grayscale: #4C4C4C. Windows color (decimal): -5633859 or 12388522. OLE color: 12388522.
HSL color Cylindrical-coordinate representation of color #AA08BD: hue angle of 293.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08BD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 8 | 189 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.26 |
| HSL | 293.7º | 0.92% | 0.39% | - |
| HSV(B) | 293.7º | 0.96% | 0.74% | - |
| XYZ | 25.85 | 12.39 | 49.17 | - |
| YUV | 77.07 | 191.17 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 189 | 0.10 | 0.96 | 0 | 0.26 | 293.7 | 0.92 | 0.39 |
| Hex | AA | 8 | BD | A | 60 | 0 | 1A | 126 | 5C | 27 |
| Octal | 252 | 10 | 275 | 12 | 140 | 0 | 32 | 446 | 134 | 47 |
| Binary | 10101010 | 1000 | 10111101 | 1010 | 1100000 | 0 | 11010 | 100100110 | 1011100 | 100111 |
Color Harmonies of #AA08BD
Complementary color
Monochromatic Colors of #AA08BD
Black with #AA08BD
Text Example
Text Example
White with #AA08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08BD; }
p { color: rgb(170,8,189); }
H1.HeaderClassName
{
color: #AA08BD;
}
.AnyTagClassName
{
color: #AA08BD;
}
</style>
background-color css
<style>
a { background-color: #AA08BD; }
a { background-color: rgb(170,8,189); }
div.DivClassName
{
background-color: #AA08BD;
}
.BgClassName
{
background-color: #AA08BD;
}
</style>
border-color css
<style>
span { border-color: #AA08BD; }
span { border-color: rgb(170,8,189); }
td.TdClassName
{
border-color: #AA08BD;
}
.TagClassName
{
border-color: #AA08BD;
}
</style>