Shades of Wistful #AAA4E5
Tints of Wistful #AAA4E5
RGB
CMYK
RGB Variations
Color information
#AAA4E5 (or 0xAAA4E5) is known color: Wistful. HEX triplet: AA, A4 and E5. RGB value is (170,164,229). Sum of RGB (Red+Green+Blue) = 170+164+229=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAA4E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4E5 is #555B1A. Grayscale: #ACACAC. Windows color (decimal): -5593883 or 15049898. OLE color: 15049898.
HSL color Cylindrical-coordinate representation of color #AAA4E5: hue angle of 245.54º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA4E5 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 164 | 229 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.10 |
| HSL | 245.54º | 0.56% | 0.77% | - |
| HSV(B) | 245.54º | 0.28% | 0.9% | - |
| XYZ | 44 | 40.75 | 79.68 | - |
| YUV | 173.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 229 | 0.26 | 0.28 | 0 | 0.10 | 245.54 | 0.56 | 0.77 |
| Hex | AA | A4 | E5 | 1A | 1C | 0 | A | F6 | 38 | 4D |
| Octal | 252 | 244 | 345 | 32 | 34 | 0 | 12 | 366 | 70 | 115 |
| Binary | 10101010 | 10100100 | 11100101 | 11010 | 11100 | 0 | 1010 | 11110110 | 111000 | 1001101 |
Color Harmonies of #AAA4E5
Complementary color
Monochromatic Colors of #AAA4E5
Black with #AAA4E5
Text Example
Text Example
White with #AAA4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4E5; }
p { color: rgb(170,164,229); }
H1.HeaderClassName
{
color: #AAA4E5;
}
.AnyTagClassName
{
color: #AAA4E5;
}
</style>
background-color css
<style>
a { background-color: #AAA4E5; }
a { background-color: rgb(170,164,229); }
div.DivClassName
{
background-color: #AAA4E5;
}
.BgClassName
{
background-color: #AAA4E5;
}
</style>
border-color css
<style>
span { border-color: #AAA4E5; }
span { border-color: rgb(170,164,229); }
td.TdClassName
{
border-color: #AAA4E5;
}
.TagClassName
{
border-color: #AAA4E5;
}
</style>