Shades of Wistful #AAA9D6
Tints of Wistful #AAA9D6
RGB
CMYK
RGB Variations
Color information
#AAA9D6 (or 0xAAA9D6) is known color: Wistful. HEX triplet: AA, A9 and D6. RGB value is (170,169,214). Sum of RGB (Red+Green+Blue) = 170+169+214=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAA9D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9D6 is #555629. Grayscale: #AEAEAE. Windows color (decimal): -5592618 or 14068138. OLE color: 14068138.
HSL color Cylindrical-coordinate representation of color #AAA9D6: hue angle of 241.33º degrees, saturation: 0.35, 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 #AAA9D6 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 169 | 214 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.16 |
| HSL | 241.33º | 0.35% | 0.75% | - |
| HSV(B) | 241.33º | 0.21% | 0.84% | - |
| XYZ | 42.9 | 41.78 | 69.42 | - |
| YUV | 174.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 214 | 0.21 | 0.21 | 0 | 0.16 | 241.33 | 0.35 | 0.75 |
| Hex | AA | A9 | D6 | 15 | 15 | 0 | 10 | F1 | 23 | 4B |
| Octal | 252 | 251 | 326 | 25 | 25 | 0 | 20 | 361 | 43 | 113 |
| Binary | 10101010 | 10101001 | 11010110 | 10101 | 10101 | 0 | 10000 | 11110001 | 100011 | 1001011 |
Color Harmonies of #AAA9D6
Complementary color
Monochromatic Colors of #AAA9D6
Black with #AAA9D6
Text Example
Text Example
White with #AAA9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9D6; }
p { color: rgb(170,169,214); }
H1.HeaderClassName
{
color: #AAA9D6;
}
.AnyTagClassName
{
color: #AAA9D6;
}
</style>
background-color css
<style>
a { background-color: #AAA9D6; }
a { background-color: rgb(170,169,214); }
div.DivClassName
{
background-color: #AAA9D6;
}
.BgClassName
{
background-color: #AAA9D6;
}
</style>
border-color css
<style>
span { border-color: #AAA9D6; }
span { border-color: rgb(170,169,214); }
td.TdClassName
{
border-color: #AAA9D6;
}
.TagClassName
{
border-color: #AAA9D6;
}
</style>