Shades of Violet Blue #AA5295
Tints of Violet Blue #AA5295
RGB
CMYK
RGB Variations
Color information
#AA5295 (or 0xAA5295) is known color: Violet Blue. HEX triplet: AA, 52 and 95. RGB value is (170,82,149). Sum of RGB (Red+Green+Blue) = 170+82+149=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5295 is #55AD6A. Grayscale: #737373. Windows color (decimal): -5614955 or 9786026. OLE color: 9786026.
HSL color Cylindrical-coordinate representation of color #AA5295: hue angle of 314.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5295 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 149 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.33 |
| HSL | 314.32º | 0.35% | 0.49% | - |
| HSV(B) | 314.32º | 0.52% | 0.67% | - |
| XYZ | 25.02 | 16.75 | 30.35 | - |
| YUV | 115.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 149 | 0 | 0.52 | 0.12 | 0.33 | 314.32 | 0.35 | 0.49 |
| Hex | AA | 52 | 95 | 0 | 34 | C | 21 | 13A | 23 | 31 |
| Octal | 252 | 122 | 225 | 0 | 64 | 14 | 41 | 472 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10010101 | 0 | 110100 | 1100 | 100001 | 100111010 | 100011 | 110001 |
Color Harmonies of #AA5295
Complementary color
Monochromatic Colors of #AA5295
Black with #AA5295
Text Example
Text Example
White with #AA5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5295; }
p { color: rgb(170,82,149); }
H1.HeaderClassName
{
color: #AA5295;
}
.AnyTagClassName
{
color: #AA5295;
}
</style>
background-color css
<style>
a { background-color: #AA5295; }
a { background-color: rgb(170,82,149); }
div.DivClassName
{
background-color: #AA5295;
}
.BgClassName
{
background-color: #AA5295;
}
</style>
border-color css
<style>
span { border-color: #AA5295; }
span { border-color: rgb(170,82,149); }
td.TdClassName
{
border-color: #AA5295;
}
.TagClassName
{
border-color: #AA5295;
}
</style>