Shades of Wistful #AA9FE8
Tints of Wistful #AA9FE8
RGB
CMYK
RGB Variations
Color information
#AA9FE8 (or 0xAA9FE8) is known color: Wistful. HEX triplet: AA, 9F and E8. RGB value is (170,159,232). Sum of RGB (Red+Green+Blue) = 170+159+232=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FE8 is #556017. Grayscale: #AAAAAA. Windows color (decimal): -5595160 or 15245226. OLE color: 15245226.
HSL color Cylindrical-coordinate representation of color #AA9FE8: hue angle of 249.04º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9FE8 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 159 | 232 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.09 |
| HSL | 249.04º | 0.61% | 0.77% | - |
| HSV(B) | 249.04º | 0.31% | 0.91% | - |
| XYZ | 43.54 | 39.17 | 81.61 | - |
| YUV | 170.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 232 | 0.27 | 0.31 | 0 | 0.09 | 249.04 | 0.61 | 0.77 |
| Hex | AA | 9F | E8 | 1B | 1F | 0 | 9 | F9 | 3D | 4D |
| Octal | 252 | 237 | 350 | 33 | 37 | 0 | 11 | 371 | 75 | 115 |
| Binary | 10101010 | 10011111 | 11101000 | 11011 | 11111 | 0 | 1001 | 11111001 | 111101 | 1001101 |
Color Harmonies of #AA9FE8
Complementary color
Monochromatic Colors of #AA9FE8
Black with #AA9FE8
Text Example
Text Example
White with #AA9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FE8; }
p { color: rgb(170,159,232); }
H1.HeaderClassName
{
color: #AA9FE8;
}
.AnyTagClassName
{
color: #AA9FE8;
}
</style>
background-color css
<style>
a { background-color: #AA9FE8; }
a { background-color: rgb(170,159,232); }
div.DivClassName
{
background-color: #AA9FE8;
}
.BgClassName
{
background-color: #AA9FE8;
}
</style>
border-color css
<style>
span { border-color: #AA9FE8; }
span { border-color: rgb(170,159,232); }
td.TdClassName
{
border-color: #AA9FE8;
}
.TagClassName
{
border-color: #AA9FE8;
}
</style>