Shades of Violet Blue #AA5CAE
Tints of Violet Blue #AA5CAE
RGB
CMYK
RGB Variations
Color information
#AA5CAE (or 0xAA5CAE) is known color: Violet Blue. HEX triplet: AA, 5C and AE. RGB value is (170,92,174). Sum of RGB (Red+Green+Blue) = 170+92+174=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CAE is #55A351. Grayscale: #7C7C7C. Windows color (decimal): -5612370 or 11426986. OLE color: 11426986.
HSL color Cylindrical-coordinate representation of color #AA5CAE: hue angle of 297.07º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5CAE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 92 | 174 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.32 |
| HSL | 297.07º | 0.34% | 0.52% | - |
| HSV(B) | 297.07º | 0.47% | 0.68% | - |
| XYZ | 28.04 | 19.26 | 42.28 | - |
| YUV | 124.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 174 | 0.02 | 0.47 | 0 | 0.32 | 297.07 | 0.34 | 0.52 |
| Hex | AA | 5C | AE | 2 | 2F | 0 | 20 | 129 | 22 | 34 |
| Octal | 252 | 134 | 256 | 2 | 57 | 0 | 40 | 451 | 42 | 64 |
| Binary | 10101010 | 1011100 | 10101110 | 10 | 101111 | 0 | 100000 | 100101001 | 100010 | 110100 |
Color Harmonies of #AA5CAE
Complementary color
Monochromatic Colors of #AA5CAE
Black with #AA5CAE
Text Example
Text Example
White with #AA5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CAE; }
p { color: rgb(170,92,174); }
H1.HeaderClassName
{
color: #AA5CAE;
}
.AnyTagClassName
{
color: #AA5CAE;
}
</style>
background-color css
<style>
a { background-color: #AA5CAE; }
a { background-color: rgb(170,92,174); }
div.DivClassName
{
background-color: #AA5CAE;
}
.BgClassName
{
background-color: #AA5CAE;
}
</style>
border-color css
<style>
span { border-color: #AA5CAE; }
span { border-color: rgb(170,92,174); }
td.TdClassName
{
border-color: #AA5CAE;
}
.TagClassName
{
border-color: #AA5CAE;
}
</style>