Shades of Wistful #AAAADF
Tints of Wistful #AAAADF
RGB
CMYK
RGB Variations
Color information
#AAAADF (or 0xAAAADF) is known color: Wistful. HEX triplet: AA, AA and DF. RGB value is (170,170,223). Sum of RGB (Red+Green+Blue) = 170+170+223=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADF is #555520. Grayscale: #AFAFAF. Windows color (decimal): -5592353 or 14658218. OLE color: 14658218.
HSL color Cylindrical-coordinate representation of color #AAAADF: hue angle of 240º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAAADF is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 170 | 223 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.13 |
| HSL | 240º | 0.45% | 0.77% | - |
| HSV(B) | 240º | 0.24% | 0.87% | - |
| XYZ | 44.27 | 42.62 | 75.71 | - |
| YUV | 176.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 223 | 0.24 | 0.24 | 0 | 0.13 | 240 | 0.45 | 0.77 |
| Hex | AA | AA | DF | 18 | 18 | 0 | D | F0 | 2D | 4D |
| Octal | 252 | 252 | 337 | 30 | 30 | 0 | 15 | 360 | 55 | 115 |
| Binary | 10101010 | 10101010 | 11011111 | 11000 | 11000 | 0 | 1101 | 11110000 | 101101 | 1001101 |
Color Harmonies of #AAAADF
Complementary color
Monochromatic Colors of #AAAADF
Black with #AAAADF
Text Example
Text Example
White with #AAAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAADF; }
p { color: rgb(170,170,223); }
H1.HeaderClassName
{
color: #AAAADF;
}
.AnyTagClassName
{
color: #AAAADF;
}
</style>
background-color css
<style>
a { background-color: #AAAADF; }
a { background-color: rgb(170,170,223); }
div.DivClassName
{
background-color: #AAAADF;
}
.BgClassName
{
background-color: #AAAADF;
}
</style>
border-color css
<style>
span { border-color: #AAAADF; }
span { border-color: rgb(170,170,223); }
td.TdClassName
{
border-color: #AAAADF;
}
.TagClassName
{
border-color: #AAAADF;
}
</style>