Shades of Violet Blue #AA5E9C
Tints of Violet Blue #AA5E9C
RGB
CMYK
RGB Variations
Color information
#AA5E9C (or 0xAA5E9C) is known color: Violet Blue. HEX triplet: AA, 5E and 9C. RGB value is (170,94,156). Sum of RGB (Red+Green+Blue) = 170+94+156=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5E9C is #55A163. Grayscale: #7B7B7B. Windows color (decimal): -5611876 or 10247850. OLE color: 10247850.
HSL color Cylindrical-coordinate representation of color #AA5E9C: hue angle of 311.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5E9C is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 156 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.33 |
| HSL | 311.05º | 0.31% | 0.52% | - |
| HSV(B) | 311.05º | 0.45% | 0.67% | - |
| XYZ | 26.58 | 18.95 | 33.71 | - |
| YUV | 123.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 156 | 0 | 0.45 | 0.08 | 0.33 | 311.05 | 0.31 | 0.52 |
| Hex | AA | 5E | 9C | 0 | 2D | 8 | 21 | 137 | 1F | 34 |
| Octal | 252 | 136 | 234 | 0 | 55 | 10 | 41 | 467 | 37 | 64 |
| Binary | 10101010 | 1011110 | 10011100 | 0 | 101101 | 1000 | 100001 | 100110111 | 11111 | 110100 |
Color Harmonies of #AA5E9C
Complementary color
Monochromatic Colors of #AA5E9C
Black with #AA5E9C
Text Example
Text Example
White with #AA5E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E9C; }
p { color: rgb(170,94,156); }
H1.HeaderClassName
{
color: #AA5E9C;
}
.AnyTagClassName
{
color: #AA5E9C;
}
</style>
background-color css
<style>
a { background-color: #AA5E9C; }
a { background-color: rgb(170,94,156); }
div.DivClassName
{
background-color: #AA5E9C;
}
.BgClassName
{
background-color: #AA5E9C;
}
</style>
border-color css
<style>
span { border-color: #AA5E9C; }
span { border-color: rgb(170,94,156); }
td.TdClassName
{
border-color: #AA5E9C;
}
.TagClassName
{
border-color: #AA5E9C;
}
</style>