Shades of Wistful #AAA4EC
Tints of Wistful #AAA4EC
RGB
CMYK
RGB Variations
Color information
#AAA4EC (or 0xAAA4EC) is known color: Wistful. HEX triplet: AA, A4 and EC. RGB value is (170,164,236). Sum of RGB (Red+Green+Blue) = 170+164+236=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAA4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4EC is #555B13. Grayscale: #ADADAD. Windows color (decimal): -5593876 or 15508650. OLE color: 15508650.
HSL color Cylindrical-coordinate representation of color #AAA4EC: hue angle of 245º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA4EC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 164 | 236 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.07 |
| HSL | 245º | 0.65% | 0.78% | - |
| HSV(B) | 245º | 0.31% | 0.93% | - |
| XYZ | 44.99 | 41.15 | 84.93 | - |
| YUV | 174 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 236 | 0.28 | 0.31 | 0 | 0.07 | 245 | 0.65 | 0.78 |
| Hex | AA | A4 | EC | 1C | 1F | 0 | 7 | F5 | 41 | 4E |
| Octal | 252 | 244 | 354 | 34 | 37 | 0 | 7 | 365 | 101 | 116 |
| Binary | 10101010 | 10100100 | 11101100 | 11100 | 11111 | 0 | 111 | 11110101 | 1000001 | 1001110 |
Color Harmonies of #AAA4EC
Complementary color
Monochromatic Colors of #AAA4EC
Black with #AAA4EC
Text Example
Text Example
White with #AAA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4EC; }
p { color: rgb(170,164,236); }
H1.HeaderClassName
{
color: #AAA4EC;
}
.AnyTagClassName
{
color: #AAA4EC;
}
</style>
background-color css
<style>
a { background-color: #AAA4EC; }
a { background-color: rgb(170,164,236); }
div.DivClassName
{
background-color: #AAA4EC;
}
.BgClassName
{
background-color: #AAA4EC;
}
</style>
border-color css
<style>
span { border-color: #AAA4EC; }
span { border-color: rgb(170,164,236); }
td.TdClassName
{
border-color: #AAA4EC;
}
.TagClassName
{
border-color: #AAA4EC;
}
</style>