Shades of Violet Blue #AA5593
Tints of Violet Blue #AA5593
RGB
CMYK
RGB Variations
Color information
#AA5593 (or 0xAA5593) is known color: Violet Blue. HEX triplet: AA, 55 and 93. RGB value is (170,85,147). Sum of RGB (Red+Green+Blue) = 170+85+147=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5593 is #55AA6C. Grayscale: #757575. Windows color (decimal): -5614189 or 9655722. OLE color: 9655722.
HSL color Cylindrical-coordinate representation of color #AA5593: hue angle of 316.24º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5593 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 147 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.33 |
| HSL | 316.24º | 0.33% | 0.5% | - |
| HSV(B) | 316.24º | 0.5% | 0.67% | - |
| XYZ | 25.09 | 17.15 | 29.59 | - |
| YUV | 117.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 147 | 0 | 0.50 | 0.14 | 0.33 | 316.24 | 0.33 | 0.5 |
| Hex | AA | 55 | 93 | 0 | 32 | E | 21 | 13C | 21 | 32 |
| Octal | 252 | 125 | 223 | 0 | 62 | 16 | 41 | 474 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10010011 | 0 | 110010 | 1110 | 100001 | 100111100 | 100001 | 110010 |
Color Harmonies of #AA5593
Complementary color
Monochromatic Colors of #AA5593
Black with #AA5593
Text Example
Text Example
White with #AA5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5593; }
p { color: rgb(170,85,147); }
H1.HeaderClassName
{
color: #AA5593;
}
.AnyTagClassName
{
color: #AA5593;
}
</style>
background-color css
<style>
a { background-color: #AA5593; }
a { background-color: rgb(170,85,147); }
div.DivClassName
{
background-color: #AA5593;
}
.BgClassName
{
background-color: #AA5593;
}
</style>
border-color css
<style>
span { border-color: #AA5593; }
span { border-color: rgb(170,85,147); }
td.TdClassName
{
border-color: #AA5593;
}
.TagClassName
{
border-color: #AA5593;
}
</style>