Shades of Wistful #AA9FDE
Tints of Wistful #AA9FDE
RGB
CMYK
RGB Variations
Color information
#AA9FDE (or 0xAA9FDE) is known color: Wistful. HEX triplet: AA, 9F and DE. RGB value is (170,159,222). Sum of RGB (Red+Green+Blue) = 170+159+222=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FDE is #556021. Grayscale: #A9A9A9. Windows color (decimal): -5595170 or 14589866. OLE color: 14589866.
HSL color Cylindrical-coordinate representation of color #AA9FDE: hue angle of 250.48º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9FDE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 159 | 222 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.13 |
| HSL | 250.48º | 0.49% | 0.75% | - |
| HSV(B) | 250.48º | 0.28% | 0.87% | - |
| XYZ | 42.16 | 38.62 | 74.34 | - |
| YUV | 169.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 222 | 0.23 | 0.28 | 0 | 0.13 | 250.48 | 0.49 | 0.75 |
| Hex | AA | 9F | DE | 17 | 1C | 0 | D | FA | 31 | 4B |
| Octal | 252 | 237 | 336 | 27 | 34 | 0 | 15 | 372 | 61 | 113 |
| Binary | 10101010 | 10011111 | 11011110 | 10111 | 11100 | 0 | 1101 | 11111010 | 110001 | 1001011 |
Color Harmonies of #AA9FDE
Complementary color
Monochromatic Colors of #AA9FDE
Black with #AA9FDE
Text Example
Text Example
White with #AA9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FDE; }
p { color: rgb(170,159,222); }
H1.HeaderClassName
{
color: #AA9FDE;
}
.AnyTagClassName
{
color: #AA9FDE;
}
</style>
background-color css
<style>
a { background-color: #AA9FDE; }
a { background-color: rgb(170,159,222); }
div.DivClassName
{
background-color: #AA9FDE;
}
.BgClassName
{
background-color: #AA9FDE;
}
</style>
border-color css
<style>
span { border-color: #AA9FDE; }
span { border-color: rgb(170,159,222); }
td.TdClassName
{
border-color: #AA9FDE;
}
.TagClassName
{
border-color: #AA9FDE;
}
</style>