Shades of Violet Blue #AA5C9B
Tints of Violet Blue #AA5C9B
RGB
CMYK
RGB Variations
Color information
#AA5C9B (or 0xAA5C9B) is known color: Violet Blue. HEX triplet: AA, 5C and 9B. RGB value is (170,92,155). Sum of RGB (Red+Green+Blue) = 170+92+155=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C9B is #55A364. Grayscale: #7A7A7A. Windows color (decimal): -5612389 or 10181802. OLE color: 10181802.
HSL color Cylindrical-coordinate representation of color #AA5C9B: hue angle of 311.54º 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 #AA5C9B is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 155 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.33 |
| HSL | 311.54º | 0.31% | 0.51% | - |
| HSV(B) | 311.54º | 0.46% | 0.67% | - |
| XYZ | 26.32 | 18.57 | 33.21 | - |
| YUV | 122.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 155 | 0 | 0.46 | 0.09 | 0.33 | 311.54 | 0.31 | 0.51 |
| Hex | AA | 5C | 9B | 0 | 2E | 9 | 21 | 138 | 1F | 33 |
| Octal | 252 | 134 | 233 | 0 | 56 | 11 | 41 | 470 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10011011 | 0 | 101110 | 1001 | 100001 | 100111000 | 11111 | 110011 |
Color Harmonies of #AA5C9B
Complementary color
Monochromatic Colors of #AA5C9B
Black with #AA5C9B
Text Example
Text Example
White with #AA5C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C9B; }
p { color: rgb(170,92,155); }
H1.HeaderClassName
{
color: #AA5C9B;
}
.AnyTagClassName
{
color: #AA5C9B;
}
</style>
background-color css
<style>
a { background-color: #AA5C9B; }
a { background-color: rgb(170,92,155); }
div.DivClassName
{
background-color: #AA5C9B;
}
.BgClassName
{
background-color: #AA5C9B;
}
</style>
border-color css
<style>
span { border-color: #AA5C9B; }
span { border-color: rgb(170,92,155); }
td.TdClassName
{
border-color: #AA5C9B;
}
.TagClassName
{
border-color: #AA5C9B;
}
</style>