Shades of Wistful #AAA7D9
Tints of Wistful #AAA7D9
RGB
CMYK
RGB Variations
Color information
#AAA7D9 (or 0xAAA7D9) is known color: Wistful. HEX triplet: AA, A7 and D9. RGB value is (170,167,217). Sum of RGB (Red+Green+Blue) = 170+167+217=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAA7D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7D9 is #555826. Grayscale: #ADADAD. Windows color (decimal): -5593127 or 14264234. OLE color: 14264234.
HSL color Cylindrical-coordinate representation of color #AAA7D9: hue angle of 243.6º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA7D9 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 167 | 217 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.15 |
| HSL | 243.6º | 0.4% | 0.75% | - |
| HSV(B) | 243.6º | 0.23% | 0.85% | - |
| XYZ | 42.92 | 41.19 | 71.33 | - |
| YUV | 173.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 217 | 0.22 | 0.23 | 0 | 0.15 | 243.6 | 0.4 | 0.75 |
| Hex | AA | A7 | D9 | 16 | 17 | 0 | F | F4 | 28 | 4B |
| Octal | 252 | 247 | 331 | 26 | 27 | 0 | 17 | 364 | 50 | 113 |
| Binary | 10101010 | 10100111 | 11011001 | 10110 | 10111 | 0 | 1111 | 11110100 | 101000 | 1001011 |
Color Harmonies of #AAA7D9
Complementary color
Monochromatic Colors of #AAA7D9
Black with #AAA7D9
Text Example
Text Example
White with #AAA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7D9; }
p { color: rgb(170,167,217); }
H1.HeaderClassName
{
color: #AAA7D9;
}
.AnyTagClassName
{
color: #AAA7D9;
}
</style>
background-color css
<style>
a { background-color: #AAA7D9; }
a { background-color: rgb(170,167,217); }
div.DivClassName
{
background-color: #AAA7D9;
}
.BgClassName
{
background-color: #AAA7D9;
}
</style>
border-color css
<style>
span { border-color: #AAA7D9; }
span { border-color: rgb(170,167,217); }
td.TdClassName
{
border-color: #AAA7D9;
}
.TagClassName
{
border-color: #AAA7D9;
}
</style>