Shades of Violet Blue #AA5C96
Tints of Violet Blue #AA5C96
RGB
CMYK
RGB Variations
Color information
#AA5C96 (or 0xAA5C96) is known color: Violet Blue. HEX triplet: AA, 5C and 96. RGB value is (170,92,150). Sum of RGB (Red+Green+Blue) = 170+92+150=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C96 is #55A369. Grayscale: #797979. Windows color (decimal): -5612394 or 9854122. OLE color: 9854122.
HSL color Cylindrical-coordinate representation of color #AA5C96: hue angle of 315.38º 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 #AA5C96 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 150 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.33 |
| HSL | 315.38º | 0.31% | 0.51% | - |
| HSV(B) | 315.38º | 0.46% | 0.67% | - |
| XYZ | 25.91 | 18.4 | 31.04 | - |
| YUV | 121.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 150 | 0 | 0.46 | 0.12 | 0.33 | 315.38 | 0.31 | 0.51 |
| Hex | AA | 5C | 96 | 0 | 2E | C | 21 | 13B | 1F | 33 |
| Octal | 252 | 134 | 226 | 0 | 56 | 14 | 41 | 473 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10010110 | 0 | 101110 | 1100 | 100001 | 100111011 | 11111 | 110011 |
Color Harmonies of #AA5C96
Complementary color
Monochromatic Colors of #AA5C96
Black with #AA5C96
Text Example
Text Example
White with #AA5C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C96; }
p { color: rgb(170,92,150); }
H1.HeaderClassName
{
color: #AA5C96;
}
.AnyTagClassName
{
color: #AA5C96;
}
</style>
background-color css
<style>
a { background-color: #AA5C96; }
a { background-color: rgb(170,92,150); }
div.DivClassName
{
background-color: #AA5C96;
}
.BgClassName
{
background-color: #AA5C96;
}
</style>
border-color css
<style>
span { border-color: #AA5C96; }
span { border-color: rgb(170,92,150); }
td.TdClassName
{
border-color: #AA5C96;
}
.TagClassName
{
border-color: #AA5C96;
}
</style>