Shades of Wistful #AAA9D7
Tints of Wistful #AAA9D7
RGB
CMYK
RGB Variations
Color information
#AAA9D7 (or 0xAAA9D7) is known color: Wistful. HEX triplet: AA, A9 and D7. RGB value is (170,169,215). Sum of RGB (Red+Green+Blue) = 170+169+215=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAA9D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9D7 is #555628. Grayscale: #AEAEAE. Windows color (decimal): -5592617 or 14133674. OLE color: 14133674.
HSL color Cylindrical-coordinate representation of color #AAA9D7: hue angle of 241.3º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA9D7 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 169 | 215 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.16 |
| HSL | 241.3º | 0.37% | 0.75% | - |
| HSV(B) | 241.3º | 0.21% | 0.84% | - |
| XYZ | 43.03 | 41.83 | 70.1 | - |
| YUV | 174.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 215 | 0.21 | 0.21 | 0 | 0.16 | 241.3 | 0.37 | 0.75 |
| Hex | AA | A9 | D7 | 15 | 15 | 0 | 10 | F1 | 25 | 4B |
| Octal | 252 | 251 | 327 | 25 | 25 | 0 | 20 | 361 | 45 | 113 |
| Binary | 10101010 | 10101001 | 11010111 | 10101 | 10101 | 0 | 10000 | 11110001 | 100101 | 1001011 |
Color Harmonies of #AAA9D7
Complementary color
Monochromatic Colors of #AAA9D7
Black with #AAA9D7
Text Example
Text Example
White with #AAA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9D7; }
p { color: rgb(170,169,215); }
H1.HeaderClassName
{
color: #AAA9D7;
}
.AnyTagClassName
{
color: #AAA9D7;
}
</style>
background-color css
<style>
a { background-color: #AAA9D7; }
a { background-color: rgb(170,169,215); }
div.DivClassName
{
background-color: #AAA9D7;
}
.BgClassName
{
background-color: #AAA9D7;
}
</style>
border-color css
<style>
span { border-color: #AAA9D7; }
span { border-color: rgb(170,169,215); }
td.TdClassName
{
border-color: #AAA9D7;
}
.TagClassName
{
border-color: #AAA9D7;
}
</style>