Shades of Wistful #AAA7D6
Tints of Wistful #AAA7D6
RGB
CMYK
RGB Variations
Color information
#AAA7D6 (or 0xAAA7D6) is known color: Wistful. HEX triplet: AA, A7 and D6. RGB value is (170,167,214). Sum of RGB (Red+Green+Blue) = 170+167+214=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAA7D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7D6 is #555829. Grayscale: #ADADAD. Windows color (decimal): -5593130 or 14067626. OLE color: 14067626.
HSL color Cylindrical-coordinate representation of color #AAA7D6: hue angle of 243.83º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA7D6 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 167 | 214 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.16 |
| HSL | 243.83º | 0.36% | 0.75% | - |
| HSV(B) | 243.83º | 0.22% | 0.84% | - |
| XYZ | 42.53 | 41.04 | 69.3 | - |
| YUV | 173.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 214 | 0.21 | 0.22 | 0 | 0.16 | 243.83 | 0.36 | 0.75 |
| Hex | AA | A7 | D6 | 15 | 16 | 0 | 10 | F4 | 24 | 4B |
| Octal | 252 | 247 | 326 | 25 | 26 | 0 | 20 | 364 | 44 | 113 |
| Binary | 10101010 | 10100111 | 11010110 | 10101 | 10110 | 0 | 10000 | 11110100 | 100100 | 1001011 |
Color Harmonies of #AAA7D6
Complementary color
Monochromatic Colors of #AAA7D6
Black with #AAA7D6
Text Example
Text Example
White with #AAA7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7D6; }
p { color: rgb(170,167,214); }
H1.HeaderClassName
{
color: #AAA7D6;
}
.AnyTagClassName
{
color: #AAA7D6;
}
</style>
background-color css
<style>
a { background-color: #AAA7D6; }
a { background-color: rgb(170,167,214); }
div.DivClassName
{
background-color: #AAA7D6;
}
.BgClassName
{
background-color: #AAA7D6;
}
</style>
border-color css
<style>
span { border-color: #AAA7D6; }
span { border-color: rgb(170,167,214); }
td.TdClassName
{
border-color: #AAA7D6;
}
.TagClassName
{
border-color: #AAA7D6;
}
</style>