Shades of Wistful #AAA7D1
Tints of Wistful #AAA7D1
RGB
CMYK
RGB Variations
Color information
#AAA7D1 (or 0xAAA7D1) is known color: Wistful. HEX triplet: AA, A7 and D1. RGB value is (170,167,209). Sum of RGB (Red+Green+Blue) = 170+167+209=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAA7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7D1 is #55582E. Grayscale: #ACACAC. Windows color (decimal): -5593135 or 13739946. OLE color: 13739946.
HSL color Cylindrical-coordinate representation of color #AAA7D1: hue angle of 244.29º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA7D1 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 167 | 209 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.18 |
| HSL | 244.29º | 0.31% | 0.74% | - |
| HSV(B) | 244.29º | 0.2% | 0.82% | - |
| XYZ | 41.9 | 40.79 | 65.99 | - |
| YUV | 172.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 209 | 0.19 | 0.20 | 0 | 0.18 | 244.29 | 0.31 | 0.74 |
| Hex | AA | A7 | D1 | 13 | 14 | 0 | 12 | F4 | 1F | 4A |
| Octal | 252 | 247 | 321 | 23 | 24 | 0 | 22 | 364 | 37 | 112 |
| Binary | 10101010 | 10100111 | 11010001 | 10011 | 10100 | 0 | 10010 | 11110100 | 11111 | 1001010 |
Color Harmonies of #AAA7D1
Complementary color
Monochromatic Colors of #AAA7D1
Black with #AAA7D1
Text Example
Text Example
White with #AAA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7D1; }
p { color: rgb(170,167,209); }
H1.HeaderClassName
{
color: #AAA7D1;
}
.AnyTagClassName
{
color: #AAA7D1;
}
</style>
background-color css
<style>
a { background-color: #AAA7D1; }
a { background-color: rgb(170,167,209); }
div.DivClassName
{
background-color: #AAA7D1;
}
.BgClassName
{
background-color: #AAA7D1;
}
</style>
border-color css
<style>
span { border-color: #AAA7D1; }
span { border-color: rgb(170,167,209); }
td.TdClassName
{
border-color: #AAA7D1;
}
.TagClassName
{
border-color: #AAA7D1;
}
</style>