Shades of Wistful #AA9FDD
Tints of Wistful #AA9FDD
RGB
CMYK
RGB Variations
Color information
#AA9FDD (or 0xAA9FDD) is known color: Wistful. HEX triplet: AA, 9F and DD. RGB value is (170,159,221). Sum of RGB (Red+Green+Blue) = 170+159+221=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FDD is #556022. Grayscale: #A9A9A9. Windows color (decimal): -5595171 or 14524330. OLE color: 14524330.
HSL color Cylindrical-coordinate representation of color #AA9FDD: hue angle of 250.65º degrees, saturation: 0.48, 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 #AA9FDD is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 159 | 221 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.13 |
| HSL | 250.65º | 0.48% | 0.75% | - |
| HSV(B) | 250.65º | 0.28% | 0.87% | - |
| XYZ | 42.03 | 38.56 | 73.63 | - |
| YUV | 169.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 221 | 0.23 | 0.28 | 0 | 0.13 | 250.65 | 0.48 | 0.75 |
| Hex | AA | 9F | DD | 17 | 1C | 0 | D | FB | 30 | 4B |
| Octal | 252 | 237 | 335 | 27 | 34 | 0 | 15 | 373 | 60 | 113 |
| Binary | 10101010 | 10011111 | 11011101 | 10111 | 11100 | 0 | 1101 | 11111011 | 110000 | 1001011 |
Color Harmonies of #AA9FDD
Complementary color
Monochromatic Colors of #AA9FDD
Black with #AA9FDD
Text Example
Text Example
White with #AA9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FDD; }
p { color: rgb(170,159,221); }
H1.HeaderClassName
{
color: #AA9FDD;
}
.AnyTagClassName
{
color: #AA9FDD;
}
</style>
background-color css
<style>
a { background-color: #AA9FDD; }
a { background-color: rgb(170,159,221); }
div.DivClassName
{
background-color: #AA9FDD;
}
.BgClassName
{
background-color: #AA9FDD;
}
</style>
border-color css
<style>
span { border-color: #AA9FDD; }
span { border-color: rgb(170,159,221); }
td.TdClassName
{
border-color: #AA9FDD;
}
.TagClassName
{
border-color: #AA9FDD;
}
</style>