Shades of Violet Blue #AA5895
Tints of Violet Blue #AA5895
RGB
CMYK
RGB Variations
Color information
#AA5895 (or 0xAA5895) is known color: Violet Blue. HEX triplet: AA, 58 and 95. RGB value is (170,88,149). Sum of RGB (Red+Green+Blue) = 170+88+149=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5895 is #55A76A. Grayscale: #777777. Windows color (decimal): -5613419 or 9787562. OLE color: 9787562.
HSL color Cylindrical-coordinate representation of color #AA5895: hue angle of 315.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5895 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 149 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.33 |
| HSL | 315.37º | 0.33% | 0.51% | - |
| HSV(B) | 315.37º | 0.48% | 0.67% | - |
| XYZ | 25.49 | 17.7 | 30.51 | - |
| YUV | 119.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 149 | 0 | 0.48 | 0.12 | 0.33 | 315.37 | 0.33 | 0.51 |
| Hex | AA | 58 | 95 | 0 | 30 | C | 21 | 13B | 21 | 33 |
| Octal | 252 | 130 | 225 | 0 | 60 | 14 | 41 | 473 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10010101 | 0 | 110000 | 1100 | 100001 | 100111011 | 100001 | 110011 |
Color Harmonies of #AA5895
Complementary color
Monochromatic Colors of #AA5895
Black with #AA5895
Text Example
Text Example
White with #AA5895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5895; }
p { color: rgb(170,88,149); }
H1.HeaderClassName
{
color: #AA5895;
}
.AnyTagClassName
{
color: #AA5895;
}
</style>
background-color css
<style>
a { background-color: #AA5895; }
a { background-color: rgb(170,88,149); }
div.DivClassName
{
background-color: #AA5895;
}
.BgClassName
{
background-color: #AA5895;
}
</style>
border-color css
<style>
span { border-color: #AA5895; }
span { border-color: rgb(170,88,149); }
td.TdClassName
{
border-color: #AA5895;
}
.TagClassName
{
border-color: #AA5895;
}
</style>