Shades of Violet Blue #AA56A0
Tints of Violet Blue #AA56A0
RGB
CMYK
RGB Variations
Color information
#AA56A0 (or 0xAA56A0) is known color: Violet Blue. HEX triplet: AA, 56 and A0. RGB value is (170,86,160). Sum of RGB (Red+Green+Blue) = 170+86+160=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA56A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA56A0 is #55A95F. Grayscale: #777777. Windows color (decimal): -5613920 or 10507946. OLE color: 10507946.
HSL color Cylindrical-coordinate representation of color #AA56A0: hue angle of 307.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA56A0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 160 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.33 |
| HSL | 307.14º | 0.33% | 0.5% | - |
| HSV(B) | 307.14º | 0.49% | 0.67% | - |
| XYZ | 26.25 | 17.74 | 35.3 | - |
| YUV | 119.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 160 | 0 | 0.49 | 0.06 | 0.33 | 307.14 | 0.33 | 0.5 |
| Hex | AA | 56 | A0 | 0 | 31 | 6 | 21 | 133 | 21 | 32 |
| Octal | 252 | 126 | 240 | 0 | 61 | 6 | 41 | 463 | 41 | 62 |
| Binary | 10101010 | 1010110 | 10100000 | 0 | 110001 | 110 | 100001 | 100110011 | 100001 | 110010 |
Color Harmonies of #AA56A0
Complementary color
Monochromatic Colors of #AA56A0
Black with #AA56A0
Text Example
Text Example
White with #AA56A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56A0; }
p { color: rgb(170,86,160); }
H1.HeaderClassName
{
color: #AA56A0;
}
.AnyTagClassName
{
color: #AA56A0;
}
</style>
background-color css
<style>
a { background-color: #AA56A0; }
a { background-color: rgb(170,86,160); }
div.DivClassName
{
background-color: #AA56A0;
}
.BgClassName
{
background-color: #AA56A0;
}
</style>
border-color css
<style>
span { border-color: #AA56A0; }
span { border-color: rgb(170,86,160); }
td.TdClassName
{
border-color: #AA56A0;
}
.TagClassName
{
border-color: #AA56A0;
}
</style>