Shades of Wistful #AA9FDC
Tints of Wistful #AA9FDC
RGB
CMYK
RGB Variations
Color information
#AA9FDC (or 0xAA9FDC) is known color: Wistful. HEX triplet: AA, 9F and DC. RGB value is (170,159,220). Sum of RGB (Red+Green+Blue) = 170+159+220=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FDC is #556023. Grayscale: #A9A9A9. Windows color (decimal): -5595172 or 14458794. OLE color: 14458794.
HSL color Cylindrical-coordinate representation of color #AA9FDC: hue angle of 250.82º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9FDC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 159 | 220 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.14 |
| HSL | 250.82º | 0.47% | 0.74% | - |
| HSV(B) | 250.82º | 0.28% | 0.86% | - |
| XYZ | 41.89 | 38.51 | 72.94 | - |
| YUV | 169.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 220 | 0.23 | 0.28 | 0 | 0.14 | 250.82 | 0.47 | 0.74 |
| Hex | AA | 9F | DC | 17 | 1C | 0 | E | FB | 2F | 4A |
| Octal | 252 | 237 | 334 | 27 | 34 | 0 | 16 | 373 | 57 | 112 |
| Binary | 10101010 | 10011111 | 11011100 | 10111 | 11100 | 0 | 1110 | 11111011 | 101111 | 1001010 |
Color Harmonies of #AA9FDC
Complementary color
Monochromatic Colors of #AA9FDC
Black with #AA9FDC
Text Example
Text Example
White with #AA9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FDC; }
p { color: rgb(170,159,220); }
H1.HeaderClassName
{
color: #AA9FDC;
}
.AnyTagClassName
{
color: #AA9FDC;
}
</style>
background-color css
<style>
a { background-color: #AA9FDC; }
a { background-color: rgb(170,159,220); }
div.DivClassName
{
background-color: #AA9FDC;
}
.BgClassName
{
background-color: #AA9FDC;
}
</style>
border-color css
<style>
span { border-color: #AA9FDC; }
span { border-color: rgb(170,159,220); }
td.TdClassName
{
border-color: #AA9FDC;
}
.TagClassName
{
border-color: #AA9FDC;
}
</style>