Shades of Wistful #AAA6D0
Tints of Wistful #AAA6D0
RGB
CMYK
RGB Variations
Color information
#AAA6D0 (or 0xAAA6D0) is known color: Wistful. HEX triplet: AA, A6 and D0. RGB value is (170,166,208). Sum of RGB (Red+Green+Blue) = 170+166+208=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAA6D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6D0 is #55592F. Grayscale: #ABABAB. Windows color (decimal): -5593392 or 13674154. OLE color: 13674154.
HSL color Cylindrical-coordinate representation of color #AAA6D0: hue angle of 245.71º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA6D0 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 166 | 208 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.18 |
| HSL | 245.71º | 0.31% | 0.73% | - |
| HSV(B) | 245.71º | 0.2% | 0.82% | - |
| XYZ | 41.6 | 40.37 | 65.27 | - |
| YUV | 171.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 208 | 0.18 | 0.20 | 0 | 0.18 | 245.71 | 0.31 | 0.73 |
| Hex | AA | A6 | D0 | 12 | 14 | 0 | 12 | F6 | 1F | 49 |
| Octal | 252 | 246 | 320 | 22 | 24 | 0 | 22 | 366 | 37 | 111 |
| Binary | 10101010 | 10100110 | 11010000 | 10010 | 10100 | 0 | 10010 | 11110110 | 11111 | 1001001 |
Color Harmonies of #AAA6D0
Complementary color
Monochromatic Colors of #AAA6D0
Black with #AAA6D0
Text Example
Text Example
White with #AAA6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6D0; }
p { color: rgb(170,166,208); }
H1.HeaderClassName
{
color: #AAA6D0;
}
.AnyTagClassName
{
color: #AAA6D0;
}
</style>
background-color css
<style>
a { background-color: #AAA6D0; }
a { background-color: rgb(170,166,208); }
div.DivClassName
{
background-color: #AAA6D0;
}
.BgClassName
{
background-color: #AAA6D0;
}
</style>
border-color css
<style>
span { border-color: #AAA6D0; }
span { border-color: rgb(170,166,208); }
td.TdClassName
{
border-color: #AAA6D0;
}
.TagClassName
{
border-color: #AAA6D0;
}
</style>