Shades of Wistful #AAA7D5
Tints of Wistful #AAA7D5
RGB
CMYK
RGB Variations
Color information
#AAA7D5 (or 0xAAA7D5) is known color: Wistful. HEX triplet: AA, A7 and D5. RGB value is (170,167,213). Sum of RGB (Red+Green+Blue) = 170+167+213=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAA7D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7D5 is #55582A. Grayscale: #ACACAC. Windows color (decimal): -5593131 or 14002090. OLE color: 14002090.
HSL color Cylindrical-coordinate representation of color #AAA7D5: hue angle of 243.91º degrees, saturation: 0.35, 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 #AAA7D5 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 167 | 213 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.16 |
| HSL | 243.91º | 0.35% | 0.75% | - |
| HSV(B) | 243.91º | 0.22% | 0.84% | - |
| XYZ | 42.41 | 40.99 | 68.63 | - |
| YUV | 173.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 213 | 0.20 | 0.22 | 0 | 0.16 | 243.91 | 0.35 | 0.75 |
| Hex | AA | A7 | D5 | 14 | 16 | 0 | 10 | F4 | 23 | 4B |
| Octal | 252 | 247 | 325 | 24 | 26 | 0 | 20 | 364 | 43 | 113 |
| Binary | 10101010 | 10100111 | 11010101 | 10100 | 10110 | 0 | 10000 | 11110100 | 100011 | 1001011 |
Color Harmonies of #AAA7D5
Complementary color
Monochromatic Colors of #AAA7D5
Black with #AAA7D5
Text Example
Text Example
White with #AAA7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7D5; }
p { color: rgb(170,167,213); }
H1.HeaderClassName
{
color: #AAA7D5;
}
.AnyTagClassName
{
color: #AAA7D5;
}
</style>
background-color css
<style>
a { background-color: #AAA7D5; }
a { background-color: rgb(170,167,213); }
div.DivClassName
{
background-color: #AAA7D5;
}
.BgClassName
{
background-color: #AAA7D5;
}
</style>
border-color css
<style>
span { border-color: #AAA7D5; }
span { border-color: rgb(170,167,213); }
td.TdClassName
{
border-color: #AAA7D5;
}
.TagClassName
{
border-color: #AAA7D5;
}
</style>