Shades of Wistful #AAA9D0
Tints of Wistful #AAA9D0
RGB
CMYK
RGB Variations
Color information
#AAA9D0 (or 0xAAA9D0) is known color: Wistful. HEX triplet: AA, A9 and D0. RGB value is (170,169,208). Sum of RGB (Red+Green+Blue) = 170+169+208=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAA9D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9D0 is #55562F. Grayscale: #ADADAD. Windows color (decimal): -5592624 or 13674922. OLE color: 13674922.
HSL color Cylindrical-coordinate representation of color #AAA9D0: hue angle of 241.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA9D0 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 169 | 208 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.18 |
| HSL | 241.54º | 0.29% | 0.74% | - |
| HSV(B) | 241.54º | 0.19% | 0.82% | - |
| XYZ | 42.15 | 41.48 | 65.46 | - |
| YUV | 173.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 208 | 0.18 | 0.19 | 0 | 0.18 | 241.54 | 0.29 | 0.74 |
| Hex | AA | A9 | D0 | 12 | 13 | 0 | 12 | F2 | 1D | 4A |
| Octal | 252 | 251 | 320 | 22 | 23 | 0 | 22 | 362 | 35 | 112 |
| Binary | 10101010 | 10101001 | 11010000 | 10010 | 10011 | 0 | 10010 | 11110010 | 11101 | 1001010 |
Color Harmonies of #AAA9D0
Complementary color
Monochromatic Colors of #AAA9D0
Black with #AAA9D0
Text Example
Text Example
White with #AAA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9D0; }
p { color: rgb(170,169,208); }
H1.HeaderClassName
{
color: #AAA9D0;
}
.AnyTagClassName
{
color: #AAA9D0;
}
</style>
background-color css
<style>
a { background-color: #AAA9D0; }
a { background-color: rgb(170,169,208); }
div.DivClassName
{
background-color: #AAA9D0;
}
.BgClassName
{
background-color: #AAA9D0;
}
</style>
border-color css
<style>
span { border-color: #AAA9D0; }
span { border-color: rgb(170,169,208); }
td.TdClassName
{
border-color: #AAA9D0;
}
.TagClassName
{
border-color: #AAA9D0;
}
</style>