Shades of Wistful #AAA0DF
Tints of Wistful #AAA0DF
RGB
CMYK
RGB Variations
Color information
#AAA0DF (or 0xAAA0DF) is known color: Wistful. HEX triplet: AA, A0 and DF. RGB value is (170,160,223). Sum of RGB (Red+Green+Blue) = 170+160+223=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DF is #555F20. Grayscale: #A9A9A9. Windows color (decimal): -5594913 or 14655658. OLE color: 14655658.
HSL color Cylindrical-coordinate representation of color #AAA0DF: hue angle of 249.52º degrees, saturation: 0.5, 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 #AAA0DF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 160 | 223 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.13 |
| HSL | 249.52º | 0.5% | 0.75% | - |
| HSV(B) | 249.52º | 0.28% | 0.87% | - |
| XYZ | 42.47 | 39.02 | 75.1 | - |
| YUV | 170.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 223 | 0.24 | 0.28 | 0 | 0.13 | 249.52 | 0.5 | 0.75 |
| Hex | AA | A0 | DF | 18 | 1C | 0 | D | FA | 32 | 4B |
| Octal | 252 | 240 | 337 | 30 | 34 | 0 | 15 | 372 | 62 | 113 |
| Binary | 10101010 | 10100000 | 11011111 | 11000 | 11100 | 0 | 1101 | 11111010 | 110010 | 1001011 |
Color Harmonies of #AAA0DF
Complementary color
Monochromatic Colors of #AAA0DF
Black with #AAA0DF
Text Example
Text Example
White with #AAA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0DF; }
p { color: rgb(170,160,223); }
H1.HeaderClassName
{
color: #AAA0DF;
}
.AnyTagClassName
{
color: #AAA0DF;
}
</style>
background-color css
<style>
a { background-color: #AAA0DF; }
a { background-color: rgb(170,160,223); }
div.DivClassName
{
background-color: #AAA0DF;
}
.BgClassName
{
background-color: #AAA0DF;
}
</style>
border-color css
<style>
span { border-color: #AAA0DF; }
span { border-color: rgb(170,160,223); }
td.TdClassName
{
border-color: #AAA0DF;
}
.TagClassName
{
border-color: #AAA0DF;
}
</style>