Shades of Violet Blue #AA5AA6
Tints of Violet Blue #AA5AA6
RGB
CMYK
RGB Variations
Color information
#AA5AA6 (or 0xAA5AA6) is known color: Violet Blue. HEX triplet: AA, 5A and A6. RGB value is (170,90,166). Sum of RGB (Red+Green+Blue) = 170+90+166=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AA6 is #55A559. Grayscale: #7A7A7A. Windows color (decimal): -5612890 or 10902186. OLE color: 10902186.
HSL color Cylindrical-coordinate representation of color #AA5AA6: hue angle of 303º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5AA6 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 166 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.33 |
| HSL | 303º | 0.32% | 0.51% | - |
| HSV(B) | 303º | 0.47% | 0.67% | - |
| XYZ | 27.12 | 18.61 | 38.24 | - |
| YUV | 122.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 166 | 0 | 0.47 | 0.02 | 0.33 | 303 | 0.32 | 0.51 |
| Hex | AA | 5A | A6 | 0 | 2F | 2 | 21 | 12F | 20 | 33 |
| Octal | 252 | 132 | 246 | 0 | 57 | 2 | 41 | 457 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10100110 | 0 | 101111 | 10 | 100001 | 100101111 | 100000 | 110011 |
Color Harmonies of #AA5AA6
Complementary color
Monochromatic Colors of #AA5AA6
Black with #AA5AA6
Text Example
Text Example
White with #AA5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AA6; }
p { color: rgb(170,90,166); }
H1.HeaderClassName
{
color: #AA5AA6;
}
.AnyTagClassName
{
color: #AA5AA6;
}
</style>
background-color css
<style>
a { background-color: #AA5AA6; }
a { background-color: rgb(170,90,166); }
div.DivClassName
{
background-color: #AA5AA6;
}
.BgClassName
{
background-color: #AA5AA6;
}
</style>
border-color css
<style>
span { border-color: #AA5AA6; }
span { border-color: rgb(170,90,166); }
td.TdClassName
{
border-color: #AA5AA6;
}
.TagClassName
{
border-color: #AA5AA6;
}
</style>