Shades of Wistful #AAA1DE
Tints of Wistful #AAA1DE
RGB
CMYK
RGB Variations
Color information
#AAA1DE (or 0xAAA1DE) is known color: Wistful. HEX triplet: AA, A1 and DE. RGB value is (170,161,222). Sum of RGB (Red+Green+Blue) = 170+161+222=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAA1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1DE is #555E21. Grayscale: #AAAAAA. Windows color (decimal): -5594658 or 14590378. OLE color: 14590378.
HSL color Cylindrical-coordinate representation of color #AAA1DE: hue angle of 248.85º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAA1DE is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 161 | 222 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.13 |
| HSL | 248.85º | 0.48% | 0.75% | - |
| HSV(B) | 248.85º | 0.27% | 0.87% | - |
| XYZ | 42.51 | 39.31 | 74.45 | - |
| YUV | 170.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 222 | 0.23 | 0.27 | 0 | 0.13 | 248.85 | 0.48 | 0.75 |
| Hex | AA | A1 | DE | 17 | 1B | 0 | D | F9 | 30 | 4B |
| Octal | 252 | 241 | 336 | 27 | 33 | 0 | 15 | 371 | 60 | 113 |
| Binary | 10101010 | 10100001 | 11011110 | 10111 | 11011 | 0 | 1101 | 11111001 | 110000 | 1001011 |
Color Harmonies of #AAA1DE
Complementary color
Monochromatic Colors of #AAA1DE
Black with #AAA1DE
Text Example
Text Example
White with #AAA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1DE; }
p { color: rgb(170,161,222); }
H1.HeaderClassName
{
color: #AAA1DE;
}
.AnyTagClassName
{
color: #AAA1DE;
}
</style>
background-color css
<style>
a { background-color: #AAA1DE; }
a { background-color: rgb(170,161,222); }
div.DivClassName
{
background-color: #AAA1DE;
}
.BgClassName
{
background-color: #AAA1DE;
}
</style>
border-color css
<style>
span { border-color: #AAA1DE; }
span { border-color: rgb(170,161,222); }
td.TdClassName
{
border-color: #AAA1DE;
}
.TagClassName
{
border-color: #AAA1DE;
}
</style>