Shades of Wistful #AAA9DD
Tints of Wistful #AAA9DD
RGB
CMYK
RGB Variations
Color information
#AAA9DD (or 0xAAA9DD) is known color: Wistful. HEX triplet: AA, A9 and DD. RGB value is (170,169,221). Sum of RGB (Red+Green+Blue) = 170+169+221=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9DD is #555622. Grayscale: #AFAFAF. Windows color (decimal): -5592611 or 14526890. OLE color: 14526890.
HSL color Cylindrical-coordinate representation of color #AAA9DD: hue angle of 241.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA9DD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 169 | 221 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.13 |
| HSL | 241.15º | 0.43% | 0.76% | - |
| HSV(B) | 241.15º | 0.24% | 0.87% | - |
| XYZ | 43.82 | 42.14 | 74.23 | - |
| YUV | 175.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 221 | 0.23 | 0.24 | 0 | 0.13 | 241.15 | 0.43 | 0.76 |
| Hex | AA | A9 | DD | 17 | 18 | 0 | D | F1 | 2B | 4C |
| Octal | 252 | 251 | 335 | 27 | 30 | 0 | 15 | 361 | 53 | 114 |
| Binary | 10101010 | 10101001 | 11011101 | 10111 | 11000 | 0 | 1101 | 11110001 | 101011 | 1001100 |
Color Harmonies of #AAA9DD
Complementary color
Monochromatic Colors of #AAA9DD
Black with #AAA9DD
Text Example
Text Example
White with #AAA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9DD; }
p { color: rgb(170,169,221); }
H1.HeaderClassName
{
color: #AAA9DD;
}
.AnyTagClassName
{
color: #AAA9DD;
}
</style>
background-color css
<style>
a { background-color: #AAA9DD; }
a { background-color: rgb(170,169,221); }
div.DivClassName
{
background-color: #AAA9DD;
}
.BgClassName
{
background-color: #AAA9DD;
}
</style>
border-color css
<style>
span { border-color: #AAA9DD; }
span { border-color: rgb(170,169,221); }
td.TdClassName
{
border-color: #AAA9DD;
}
.TagClassName
{
border-color: #AAA9DD;
}
</style>