Shades of Dark Violet #AA07BB
Tints of Dark Violet #AA07BB
RGB
CMYK
RGB Variations
Color information
#AA07BB (or 0xAA07BB) is known color: Dark Violet. HEX triplet: AA, 07 and BB. RGB value is (170,7,187). Sum of RGB (Red+Green+Blue) = 170+7+187=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA07BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07BB is #55F844. Grayscale: #4B4B4B. Windows color (decimal): -5634117 or 12257194. OLE color: 12257194.
HSL color Cylindrical-coordinate representation of color #AA07BB: hue angle of 294.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA07BB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 7 | 187 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.27 |
| HSL | 294.33º | 0.93% | 0.38% | - |
| HSV(B) | 294.33º | 0.96% | 0.73% | - |
| XYZ | 25.62 | 12.29 | 48.03 | - |
| YUV | 76.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 187 | 0.09 | 0.96 | 0 | 0.27 | 294.33 | 0.93 | 0.38 |
| Hex | AA | 7 | BB | 9 | 60 | 0 | 1B | 126 | 5D | 26 |
| Octal | 252 | 7 | 273 | 11 | 140 | 0 | 33 | 446 | 135 | 46 |
| Binary | 10101010 | 111 | 10111011 | 1001 | 1100000 | 0 | 11011 | 100100110 | 1011101 | 100110 |
Color Harmonies of #AA07BB
Complementary color
Monochromatic Colors of #AA07BB
Black with #AA07BB
Text Example
Text Example
White with #AA07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07BB; }
p { color: rgb(170,7,187); }
H1.HeaderClassName
{
color: #AA07BB;
}
.AnyTagClassName
{
color: #AA07BB;
}
</style>
background-color css
<style>
a { background-color: #AA07BB; }
a { background-color: rgb(170,7,187); }
div.DivClassName
{
background-color: #AA07BB;
}
.BgClassName
{
background-color: #AA07BB;
}
</style>
border-color css
<style>
span { border-color: #AA07BB; }
span { border-color: rgb(170,7,187); }
td.TdClassName
{
border-color: #AA07BB;
}
.TagClassName
{
border-color: #AA07BB;
}
</style>