Shades of Dark Violet #AA07BE
Tints of Dark Violet #AA07BE
RGB
CMYK
RGB Variations
Color information
#AA07BE (or 0xAA07BE) is known color: Dark Violet. HEX triplet: AA, 07 and BE. RGB value is (170,7,190). Sum of RGB (Red+Green+Blue) = 170+7+190=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07BE is #55F841. Grayscale: #4C4C4C. Windows color (decimal): -5634114 or 12453802. OLE color: 12453802.
HSL color Cylindrical-coordinate representation of color #AA07BE: hue angle of 293.44º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA07BE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 7 | 190 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.25 |
| HSL | 293.44º | 0.93% | 0.39% | - |
| HSV(B) | 293.44º | 0.96% | 0.75% | - |
| XYZ | 25.95 | 12.42 | 49.74 | - |
| YUV | 76.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 190 | 0.11 | 0.96 | 0 | 0.25 | 293.44 | 0.93 | 0.39 |
| Hex | AA | 7 | BE | B | 60 | 0 | 19 | 125 | 5D | 27 |
| Octal | 252 | 7 | 276 | 13 | 140 | 0 | 31 | 445 | 135 | 47 |
| Binary | 10101010 | 111 | 10111110 | 1011 | 1100000 | 0 | 11001 | 100100101 | 1011101 | 100111 |
Color Harmonies of #AA07BE
Complementary color
Monochromatic Colors of #AA07BE
Black with #AA07BE
Text Example
Text Example
White with #AA07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07BE; }
p { color: rgb(170,7,190); }
H1.HeaderClassName
{
color: #AA07BE;
}
.AnyTagClassName
{
color: #AA07BE;
}
</style>
background-color css
<style>
a { background-color: #AA07BE; }
a { background-color: rgb(170,7,190); }
div.DivClassName
{
background-color: #AA07BE;
}
.BgClassName
{
background-color: #AA07BE;
}
</style>
border-color css
<style>
span { border-color: #AA07BE; }
span { border-color: rgb(170,7,190); }
td.TdClassName
{
border-color: #AA07BE;
}
.TagClassName
{
border-color: #AA07BE;
}
</style>