Shades of Wistful #A9AADD
Tints of Wistful #A9AADD
RGB
CMYK
RGB Variations
Color information
#A9AADD (or 0xA9AADD) is known color: Wistful. HEX triplet: A9, AA and DD. RGB value is (169,170,221). Sum of RGB (Red+Green+Blue) = 169+170+221=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 170 (66.80% from 255 or 30.36% 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 #A9AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AADD is #565522. Grayscale: #AFAFAF. Windows color (decimal): -5657891 or 14527145. OLE color: 14527145.
HSL color Cylindrical-coordinate representation of color #A9AADD: hue angle of 238.85º 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 #A9AADD is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 170 | 221 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.13 |
| HSL | 238.85º | 0.43% | 0.76% | - |
| HSV(B) | 238.85º | 0.24% | 0.87% | - |
| XYZ | 43.79 | 42.4 | 74.28 | - |
| YUV | 175.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 221 | 0.24 | 0.23 | 0 | 0.13 | 238.85 | 0.43 | 0.76 |
| Hex | A9 | AA | DD | 18 | 17 | 0 | D | EF | 2B | 4C |
| Octal | 251 | 252 | 335 | 30 | 27 | 0 | 15 | 357 | 53 | 114 |
| Binary | 10101001 | 10101010 | 11011101 | 11000 | 10111 | 0 | 1101 | 11101111 | 101011 | 1001100 |
Color Harmonies of #A9AADD
Complementary color
Monochromatic Colors of #A9AADD
Black with #A9AADD
Text Example
Text Example
White with #A9AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AADD; }
p { color: rgb(169,170,221); }
H1.HeaderClassName
{
color: #A9AADD;
}
.AnyTagClassName
{
color: #A9AADD;
}
</style>
background-color css
<style>
a { background-color: #A9AADD; }
a { background-color: rgb(169,170,221); }
div.DivClassName
{
background-color: #A9AADD;
}
.BgClassName
{
background-color: #A9AADD;
}
</style>
border-color css
<style>
span { border-color: #A9AADD; }
span { border-color: rgb(169,170,221); }
td.TdClassName
{
border-color: #A9AADD;
}
.TagClassName
{
border-color: #A9AADD;
}
</style>