Shades of Wistful #AAA5E1
Tints of Wistful #AAA5E1
RGB
CMYK
RGB Variations
Color information
#AAA5E1 (or 0xAAA5E1) is known color: Wistful. HEX triplet: AA, A5 and E1. RGB value is (170,165,225). Sum of RGB (Red+Green+Blue) = 170+165+225=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAA5E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5E1 is #555A1E. Grayscale: #ADADAD. Windows color (decimal): -5593631 or 14788010. OLE color: 14788010.
HSL color Cylindrical-coordinate representation of color #AAA5E1: hue angle of 245º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAA5E1 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 165 | 225 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.12 |
| HSL | 245º | 0.5% | 0.76% | - |
| HSV(B) | 245º | 0.27% | 0.88% | - |
| XYZ | 43.62 | 40.89 | 76.83 | - |
| YUV | 173.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 225 | 0.24 | 0.27 | 0 | 0.12 | 245 | 0.5 | 0.76 |
| Hex | AA | A5 | E1 | 18 | 1B | 0 | C | F5 | 32 | 4C |
| Octal | 252 | 245 | 341 | 30 | 33 | 0 | 14 | 365 | 62 | 114 |
| Binary | 10101010 | 10100101 | 11100001 | 11000 | 11011 | 0 | 1100 | 11110101 | 110010 | 1001100 |
Color Harmonies of #AAA5E1
Complementary color
Monochromatic Colors of #AAA5E1
Black with #AAA5E1
Text Example
Text Example
White with #AAA5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5E1; }
p { color: rgb(170,165,225); }
H1.HeaderClassName
{
color: #AAA5E1;
}
.AnyTagClassName
{
color: #AAA5E1;
}
</style>
background-color css
<style>
a { background-color: #AAA5E1; }
a { background-color: rgb(170,165,225); }
div.DivClassName
{
background-color: #AAA5E1;
}
.BgClassName
{
background-color: #AAA5E1;
}
</style>
border-color css
<style>
span { border-color: #AAA5E1; }
span { border-color: rgb(170,165,225); }
td.TdClassName
{
border-color: #AAA5E1;
}
.TagClassName
{
border-color: #AAA5E1;
}
</style>