Shades of Violet Blue #AA56AF
Tints of Violet Blue #AA56AF
RGB
CMYK
RGB Variations
Color information
#AA56AF (or 0xAA56AF) is known color: Violet Blue. HEX triplet: AA, 56 and AF. RGB value is (170,86,175). Sum of RGB (Red+Green+Blue) = 170+86+175=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA56AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA56AF is #55A950. Grayscale: #787878. Windows color (decimal): -5613905 or 11490986. OLE color: 11490986.
HSL color Cylindrical-coordinate representation of color #AA56AF: hue angle of 296.63º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA56AF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 86 | 175 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.31 |
| HSL | 296.63º | 0.36% | 0.51% | - |
| HSV(B) | 296.63º | 0.51% | 0.69% | - |
| XYZ | 27.64 | 18.3 | 42.63 | - |
| YUV | 121.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 175 | 0.03 | 0.51 | 0 | 0.31 | 296.63 | 0.36 | 0.51 |
| Hex | AA | 56 | AF | 3 | 33 | 0 | 1F | 129 | 24 | 33 |
| Octal | 252 | 126 | 257 | 3 | 63 | 0 | 37 | 451 | 44 | 63 |
| Binary | 10101010 | 1010110 | 10101111 | 11 | 110011 | 0 | 11111 | 100101001 | 100100 | 110011 |
Color Harmonies of #AA56AF
Complementary color
Monochromatic Colors of #AA56AF
Black with #AA56AF
Text Example
Text Example
White with #AA56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56AF; }
p { color: rgb(170,86,175); }
H1.HeaderClassName
{
color: #AA56AF;
}
.AnyTagClassName
{
color: #AA56AF;
}
</style>
background-color css
<style>
a { background-color: #AA56AF; }
a { background-color: rgb(170,86,175); }
div.DivClassName
{
background-color: #AA56AF;
}
.BgClassName
{
background-color: #AA56AF;
}
</style>
border-color css
<style>
span { border-color: #AA56AF; }
span { border-color: rgb(170,86,175); }
td.TdClassName
{
border-color: #AA56AF;
}
.TagClassName
{
border-color: #AA56AF;
}
</style>