Shades of Violet Blue #AA76AD
Tints of Violet Blue #AA76AD
RGB
CMYK
RGB Variations
Color information
#AA76AD (or 0xAA76AD) is known color: Violet Blue. HEX triplet: AA, 76 and AD. RGB value is (170,118,173). Sum of RGB (Red+Green+Blue) = 170+118+173=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AD is #558952. Grayscale: #8B8B8B. Windows color (decimal): -5605715 or 11368106. OLE color: 11368106.
HSL color Cylindrical-coordinate representation of color #AA76AD: hue angle of 296.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA76AD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 118 | 173 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.32 |
| HSL | 296.73º | 0.25% | 0.57% | - |
| HSV(B) | 296.73º | 0.32% | 0.68% | - |
| XYZ | 30.6 | 24.52 | 42.66 | - |
| YUV | 139.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 173 | 0.02 | 0.32 | 0 | 0.32 | 296.73 | 0.25 | 0.57 |
| Hex | AA | 76 | AD | 2 | 20 | 0 | 20 | 129 | 19 | 39 |
| Octal | 252 | 166 | 255 | 2 | 40 | 0 | 40 | 451 | 31 | 71 |
| Binary | 10101010 | 1110110 | 10101101 | 10 | 100000 | 0 | 100000 | 100101001 | 11001 | 111001 |
Color Harmonies of #AA76AD
Complementary color
Monochromatic Colors of #AA76AD
Black with #AA76AD
Text Example
Text Example
White with #AA76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76AD; }
p { color: rgb(170,118,173); }
H1.HeaderClassName
{
color: #AA76AD;
}
.AnyTagClassName
{
color: #AA76AD;
}
</style>
background-color css
<style>
a { background-color: #AA76AD; }
a { background-color: rgb(170,118,173); }
div.DivClassName
{
background-color: #AA76AD;
}
.BgClassName
{
background-color: #AA76AD;
}
</style>
border-color css
<style>
span { border-color: #AA76AD; }
span { border-color: rgb(170,118,173); }
td.TdClassName
{
border-color: #AA76AD;
}
.TagClassName
{
border-color: #AA76AD;
}
</style>