Shades of Wistful #AAA1DF
Tints of Wistful #AAA1DF
RGB
CMYK
RGB Variations
Color information
#AAA1DF (or 0xAAA1DF) is known color: Wistful. HEX triplet: AA, A1 and DF. RGB value is (170,161,223). Sum of RGB (Red+Green+Blue) = 170+161+223=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1DF is #555E20. Grayscale: #AAAAAA. Windows color (decimal): -5594657 or 14655914. OLE color: 14655914.
HSL color Cylindrical-coordinate representation of color #AAA1DF: hue angle of 248.71º 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 #AAA1DF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 161 | 223 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.13 |
| HSL | 248.71º | 0.49% | 0.75% | - |
| HSV(B) | 248.71º | 0.28% | 0.87% | - |
| XYZ | 42.64 | 39.36 | 75.16 | - |
| YUV | 170.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 223 | 0.24 | 0.28 | 0 | 0.13 | 248.71 | 0.49 | 0.75 |
| Hex | AA | A1 | DF | 18 | 1C | 0 | D | F9 | 31 | 4B |
| Octal | 252 | 241 | 337 | 30 | 34 | 0 | 15 | 371 | 61 | 113 |
| Binary | 10101010 | 10100001 | 11011111 | 11000 | 11100 | 0 | 1101 | 11111001 | 110001 | 1001011 |
Color Harmonies of #AAA1DF
Complementary color
Monochromatic Colors of #AAA1DF
Black with #AAA1DF
Text Example
Text Example
White with #AAA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1DF; }
p { color: rgb(170,161,223); }
H1.HeaderClassName
{
color: #AAA1DF;
}
.AnyTagClassName
{
color: #AAA1DF;
}
</style>
background-color css
<style>
a { background-color: #AAA1DF; }
a { background-color: rgb(170,161,223); }
div.DivClassName
{
background-color: #AAA1DF;
}
.BgClassName
{
background-color: #AAA1DF;
}
</style>
border-color css
<style>
span { border-color: #AAA1DF; }
span { border-color: rgb(170,161,223); }
td.TdClassName
{
border-color: #AAA1DF;
}
.TagClassName
{
border-color: #AAA1DF;
}
</style>