Shades of Violet Blue #AA5394
Tints of Violet Blue #AA5394
RGB
CMYK
RGB Variations
Color information
#AA5394 (or 0xAA5394) is known color: Violet Blue. HEX triplet: AA, 53 and 94. RGB value is (170,83,148). Sum of RGB (Red+Green+Blue) = 170+83+148=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5394 is #55AC6B. Grayscale: #747474. Windows color (decimal): -5614700 or 9720746. OLE color: 9720746.
HSL color Cylindrical-coordinate representation of color #AA5394: hue angle of 315.17º 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 #AA5394 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 148 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.33 |
| HSL | 315.17º | 0.34% | 0.5% | - |
| HSV(B) | 315.17º | 0.51% | 0.67% | - |
| XYZ | 25.02 | 16.87 | 29.95 | - |
| YUV | 116.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 148 | 0 | 0.51 | 0.13 | 0.33 | 315.17 | 0.34 | 0.5 |
| Hex | AA | 53 | 94 | 0 | 33 | D | 21 | 13B | 22 | 32 |
| Octal | 252 | 123 | 224 | 0 | 63 | 15 | 41 | 473 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10010100 | 0 | 110011 | 1101 | 100001 | 100111011 | 100010 | 110010 |
Color Harmonies of #AA5394
Complementary color
Monochromatic Colors of #AA5394
Black with #AA5394
Text Example
Text Example
White with #AA5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5394; }
p { color: rgb(170,83,148); }
H1.HeaderClassName
{
color: #AA5394;
}
.AnyTagClassName
{
color: #AA5394;
}
</style>
background-color css
<style>
a { background-color: #AA5394; }
a { background-color: rgb(170,83,148); }
div.DivClassName
{
background-color: #AA5394;
}
.BgClassName
{
background-color: #AA5394;
}
</style>
border-color css
<style>
span { border-color: #AA5394; }
span { border-color: rgb(170,83,148); }
td.TdClassName
{
border-color: #AA5394;
}
.TagClassName
{
border-color: #AA5394;
}
</style>