Shades of Wistful #AAA4E9
Tints of Wistful #AAA4E9
RGB
CMYK
RGB Variations
Color information
#AAA4E9 (or 0xAAA4E9) is known color: Wistful. HEX triplet: AA, A4 and E9. RGB value is (170,164,233). Sum of RGB (Red+Green+Blue) = 170+164+233=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAA4E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4E9 is #555B16. Grayscale: #ADADAD. Windows color (decimal): -5593879 or 15312042. OLE color: 15312042.
HSL color Cylindrical-coordinate representation of color #AAA4E9: hue angle of 245.22º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA4E9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 164 | 233 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.09 |
| HSL | 245.22º | 0.61% | 0.78% | - |
| HSV(B) | 245.22º | 0.3% | 0.91% | - |
| XYZ | 44.56 | 40.98 | 82.65 | - |
| YUV | 173.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 233 | 0.27 | 0.30 | 0 | 0.09 | 245.22 | 0.61 | 0.78 |
| Hex | AA | A4 | E9 | 1B | 1E | 0 | 9 | F5 | 3D | 4E |
| Octal | 252 | 244 | 351 | 33 | 36 | 0 | 11 | 365 | 75 | 116 |
| Binary | 10101010 | 10100100 | 11101001 | 11011 | 11110 | 0 | 1001 | 11110101 | 111101 | 1001110 |
Color Harmonies of #AAA4E9
Complementary color
Monochromatic Colors of #AAA4E9
Black with #AAA4E9
Text Example
Text Example
White with #AAA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4E9; }
p { color: rgb(170,164,233); }
H1.HeaderClassName
{
color: #AAA4E9;
}
.AnyTagClassName
{
color: #AAA4E9;
}
</style>
background-color css
<style>
a { background-color: #AAA4E9; }
a { background-color: rgb(170,164,233); }
div.DivClassName
{
background-color: #AAA4E9;
}
.BgClassName
{
background-color: #AAA4E9;
}
</style>
border-color css
<style>
span { border-color: #AAA4E9; }
span { border-color: rgb(170,164,233); }
td.TdClassName
{
border-color: #AAA4E9;
}
.TagClassName
{
border-color: #AAA4E9;
}
</style>