Shades of Violet Blue #AA5BA7
Tints of Violet Blue #AA5BA7
RGB
CMYK
RGB Variations
Color information
#AA5BA7 (or 0xAA5BA7) is known color: Violet Blue. HEX triplet: AA, 5B and A7. RGB value is (170,91,167). Sum of RGB (Red+Green+Blue) = 170+91+167=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BA7 is #55A458. Grayscale: #7B7B7B. Windows color (decimal): -5612633 or 10967978. OLE color: 10967978.
HSL color Cylindrical-coordinate representation of color #AA5BA7: hue angle of 302.28º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5BA7 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 167 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.33 |
| HSL | 302.28º | 0.32% | 0.51% | - |
| HSV(B) | 302.28º | 0.46% | 0.67% | - |
| XYZ | 27.29 | 18.82 | 38.75 | - |
| YUV | 123.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 167 | 0 | 0.46 | 0.02 | 0.33 | 302.28 | 0.32 | 0.51 |
| Hex | AA | 5B | A7 | 0 | 2E | 2 | 21 | 12E | 20 | 33 |
| Octal | 252 | 133 | 247 | 0 | 56 | 2 | 41 | 456 | 40 | 63 |
| Binary | 10101010 | 1011011 | 10100111 | 0 | 101110 | 10 | 100001 | 100101110 | 100000 | 110011 |
Color Harmonies of #AA5BA7
Complementary color
Monochromatic Colors of #AA5BA7
Black with #AA5BA7
Text Example
Text Example
White with #AA5BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BA7; }
p { color: rgb(170,91,167); }
H1.HeaderClassName
{
color: #AA5BA7;
}
.AnyTagClassName
{
color: #AA5BA7;
}
</style>
background-color css
<style>
a { background-color: #AA5BA7; }
a { background-color: rgb(170,91,167); }
div.DivClassName
{
background-color: #AA5BA7;
}
.BgClassName
{
background-color: #AA5BA7;
}
</style>
border-color css
<style>
span { border-color: #AA5BA7; }
span { border-color: rgb(170,91,167); }
td.TdClassName
{
border-color: #AA5BA7;
}
.TagClassName
{
border-color: #AA5BA7;
}
</style>