Shades of Violet Blue #AA5BAC
Tints of Violet Blue #AA5BAC
RGB
CMYK
RGB Variations
Color information
#AA5BAC (or 0xAA5BAC) is known color: Violet Blue. HEX triplet: AA, 5B and AC. RGB value is (170,91,172). Sum of RGB (Red+Green+Blue) = 170+91+172=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BAC is #55A453. Grayscale: #7B7B7B. Windows color (decimal): -5612628 or 11295658. OLE color: 11295658.
HSL color Cylindrical-coordinate representation of color #AA5BAC: hue angle of 298.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5BAC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 172 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.33 |
| HSL | 298.52º | 0.33% | 0.52% | - |
| HSV(B) | 298.52º | 0.47% | 0.67% | - |
| XYZ | 27.77 | 19.01 | 41.24 | - |
| YUV | 123.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 172 | 0.01 | 0.47 | 0 | 0.33 | 298.52 | 0.33 | 0.52 |
| Hex | AA | 5B | AC | 1 | 2F | 0 | 21 | 12B | 21 | 34 |
| Octal | 252 | 133 | 254 | 1 | 57 | 0 | 41 | 453 | 41 | 64 |
| Binary | 10101010 | 1011011 | 10101100 | 1 | 101111 | 0 | 100001 | 100101011 | 100001 | 110100 |
Color Harmonies of #AA5BAC
Complementary color
Monochromatic Colors of #AA5BAC
Black with #AA5BAC
Text Example
Text Example
White with #AA5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BAC; }
p { color: rgb(170,91,172); }
H1.HeaderClassName
{
color: #AA5BAC;
}
.AnyTagClassName
{
color: #AA5BAC;
}
</style>
background-color css
<style>
a { background-color: #AA5BAC; }
a { background-color: rgb(170,91,172); }
div.DivClassName
{
background-color: #AA5BAC;
}
.BgClassName
{
background-color: #AA5BAC;
}
</style>
border-color css
<style>
span { border-color: #AA5BAC; }
span { border-color: rgb(170,91,172); }
td.TdClassName
{
border-color: #AA5BAC;
}
.TagClassName
{
border-color: #AA5BAC;
}
</style>