Shades of Violet Blue #AA5493
Tints of Violet Blue #AA5493
RGB
CMYK
RGB Variations
Color information
#AA5493 (or 0xAA5493) is known color: Violet Blue. HEX triplet: AA, 54 and 93. RGB value is (170,84,147). Sum of RGB (Red+Green+Blue) = 170+84+147=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5493 is #55AB6C. Grayscale: #747474. Windows color (decimal): -5614445 or 9655466. OLE color: 9655466.
HSL color Cylindrical-coordinate representation of color #AA5493: hue angle of 316.05º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5493 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 147 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.33 |
| HSL | 316.05º | 0.34% | 0.5% | - |
| HSV(B) | 316.05º | 0.51% | 0.67% | - |
| XYZ | 25.01 | 16.99 | 29.57 | - |
| YUV | 116.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 147 | 0 | 0.51 | 0.14 | 0.33 | 316.05 | 0.34 | 0.5 |
| Hex | AA | 54 | 93 | 0 | 33 | E | 21 | 13C | 22 | 32 |
| Octal | 252 | 124 | 223 | 0 | 63 | 16 | 41 | 474 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10010011 | 0 | 110011 | 1110 | 100001 | 100111100 | 100010 | 110010 |
Color Harmonies of #AA5493
Complementary color
Monochromatic Colors of #AA5493
Black with #AA5493
Text Example
Text Example
White with #AA5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5493; }
p { color: rgb(170,84,147); }
H1.HeaderClassName
{
color: #AA5493;
}
.AnyTagClassName
{
color: #AA5493;
}
</style>
background-color css
<style>
a { background-color: #AA5493; }
a { background-color: rgb(170,84,147); }
div.DivClassName
{
background-color: #AA5493;
}
.BgClassName
{
background-color: #AA5493;
}
</style>
border-color css
<style>
span { border-color: #AA5493; }
span { border-color: rgb(170,84,147); }
td.TdClassName
{
border-color: #AA5493;
}
.TagClassName
{
border-color: #AA5493;
}
</style>