Shades of Wistful #AAA6D5
Tints of Wistful #AAA6D5
RGB
CMYK
RGB Variations
Color information
#AAA6D5 (or 0xAAA6D5) is known color: Wistful. HEX triplet: AA, A6 and D5. RGB value is (170,166,213). Sum of RGB (Red+Green+Blue) = 170+166+213=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAA6D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6D5 is #55592A. Grayscale: #ACACAC. Windows color (decimal): -5593387 or 14001834. OLE color: 14001834.
HSL color Cylindrical-coordinate representation of color #AAA6D5: hue angle of 245.11º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA6D5 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 166 | 213 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.16 |
| HSL | 245.11º | 0.36% | 0.74% | - |
| HSV(B) | 245.11º | 0.22% | 0.84% | - |
| XYZ | 42.22 | 40.62 | 68.57 | - |
| YUV | 172.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 213 | 0.20 | 0.22 | 0 | 0.16 | 245.11 | 0.36 | 0.74 |
| Hex | AA | A6 | D5 | 14 | 16 | 0 | 10 | F5 | 24 | 4A |
| Octal | 252 | 246 | 325 | 24 | 26 | 0 | 20 | 365 | 44 | 112 |
| Binary | 10101010 | 10100110 | 11010101 | 10100 | 10110 | 0 | 10000 | 11110101 | 100100 | 1001010 |
Color Harmonies of #AAA6D5
Complementary color
Monochromatic Colors of #AAA6D5
Black with #AAA6D5
Text Example
Text Example
White with #AAA6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6D5; }
p { color: rgb(170,166,213); }
H1.HeaderClassName
{
color: #AAA6D5;
}
.AnyTagClassName
{
color: #AAA6D5;
}
</style>
background-color css
<style>
a { background-color: #AAA6D5; }
a { background-color: rgb(170,166,213); }
div.DivClassName
{
background-color: #AAA6D5;
}
.BgClassName
{
background-color: #AAA6D5;
}
</style>
border-color css
<style>
span { border-color: #AAA6D5; }
span { border-color: rgb(170,166,213); }
td.TdClassName
{
border-color: #AAA6D5;
}
.TagClassName
{
border-color: #AAA6D5;
}
</style>