Shades of Wistful #AAA4E4
Tints of Wistful #AAA4E4
RGB
CMYK
RGB Variations
Color information
#AAA4E4 (or 0xAAA4E4) is known color: Wistful. HEX triplet: AA, A4 and E4. RGB value is (170,164,228). Sum of RGB (Red+Green+Blue) = 170+164+228=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAA4E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4E4 is #555B1B. Grayscale: #ACACAC. Windows color (decimal): -5593884 or 14984362. OLE color: 14984362.
HSL color Cylindrical-coordinate representation of color #AAA4E4: hue angle of 245.62º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA4E4 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 164 | 228 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.11 |
| HSL | 245.63º | 0.54% | 0.77% | - |
| HSV(B) | 245.63º | 0.28% | 0.89% | - |
| XYZ | 43.86 | 40.7 | 78.94 | - |
| YUV | 173.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 228 | 0.25 | 0.28 | 0 | 0.11 | 245.63 | 0.54 | 0.77 |
| Hex | AA | A4 | E4 | 19 | 1C | 0 | B | F6 | 36 | 4D |
| Octal | 252 | 244 | 344 | 31 | 34 | 0 | 13 | 366 | 66 | 115 |
| Binary | 10101010 | 10100100 | 11100100 | 11001 | 11100 | 0 | 1011 | 11110110 | 110110 | 1001101 |
Color Harmonies of #AAA4E4
Complementary color
Monochromatic Colors of #AAA4E4
Black with #AAA4E4
Text Example
Text Example
White with #AAA4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4E4; }
p { color: rgb(170,164,228); }
H1.HeaderClassName
{
color: #AAA4E4;
}
.AnyTagClassName
{
color: #AAA4E4;
}
</style>
background-color css
<style>
a { background-color: #AAA4E4; }
a { background-color: rgb(170,164,228); }
div.DivClassName
{
background-color: #AAA4E4;
}
.BgClassName
{
background-color: #AAA4E4;
}
</style>
border-color css
<style>
span { border-color: #AAA4E4; }
span { border-color: rgb(170,164,228); }
td.TdClassName
{
border-color: #AAA4E4;
}
.TagClassName
{
border-color: #AAA4E4;
}
</style>