Shades of Violet Blue #AA5C99
Tints of Violet Blue #AA5C99
RGB
CMYK
RGB Variations
Color information
#AA5C99 (or 0xAA5C99) is known color: Violet Blue. HEX triplet: AA, 5C and 99. RGB value is (170,92,153). Sum of RGB (Red+Green+Blue) = 170+92+153=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C99 is #55A366. Grayscale: #7A7A7A. Windows color (decimal): -5612391 or 10050730. OLE color: 10050730.
HSL color Cylindrical-coordinate representation of color #AA5C99: hue angle of 313.08º degrees, saturation: 0.31, 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 #AA5C99 is Cyan = 0, Magento = 0.46, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 153 | - |
| CMYK | 0 | 0.46 | 0.1 | 0.33 |
| HSL | 313.08º | 0.31% | 0.51% | - |
| HSV(B) | 313.08º | 0.46% | 0.67% | - |
| XYZ | 26.15 | 18.5 | 32.33 | - |
| YUV | 122.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 153 | 0 | 0.46 | 0.1 | 0.33 | 313.08 | 0.31 | 0.51 |
| Hex | AA | 5C | 99 | 0 | 2E | A | 21 | 139 | 1F | 33 |
| Octal | 252 | 134 | 231 | 0 | 56 | 12 | 41 | 471 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10011001 | 0 | 101110 | 1010 | 100001 | 100111001 | 11111 | 110011 |
Color Harmonies of #AA5C99
Complementary color
Monochromatic Colors of #AA5C99
Black with #AA5C99
Text Example
Text Example
White with #AA5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C99; }
p { color: rgb(170,92,153); }
H1.HeaderClassName
{
color: #AA5C99;
}
.AnyTagClassName
{
color: #AA5C99;
}
</style>
background-color css
<style>
a { background-color: #AA5C99; }
a { background-color: rgb(170,92,153); }
div.DivClassName
{
background-color: #AA5C99;
}
.BgClassName
{
background-color: #AA5C99;
}
</style>
border-color css
<style>
span { border-color: #AA5C99; }
span { border-color: rgb(170,92,153); }
td.TdClassName
{
border-color: #AA5C99;
}
.TagClassName
{
border-color: #AA5C99;
}
</style>