Shades of Wistful #AAA6DE
Tints of Wistful #AAA6DE
RGB
CMYK
RGB Variations
Color information
#AAA6DE (or 0xAAA6DE) is known color: Wistful. HEX triplet: AA, A6 and DE. RGB value is (170,166,222). Sum of RGB (Red+Green+Blue) = 170+166+222=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DE is #555921. Grayscale: #ADADAD. Windows color (decimal): -5593378 or 14591658. OLE color: 14591658.
HSL color Cylindrical-coordinate representation of color #AAA6DE: hue angle of 244.29º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA6DE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 166 | 222 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.13 |
| HSL | 244.29º | 0.46% | 0.76% | - |
| HSV(B) | 244.29º | 0.25% | 0.87% | - |
| XYZ | 43.4 | 41.09 | 74.75 | - |
| YUV | 173.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 222 | 0.23 | 0.25 | 0 | 0.13 | 244.29 | 0.46 | 0.76 |
| Hex | AA | A6 | DE | 17 | 19 | 0 | D | F4 | 2E | 4C |
| Octal | 252 | 246 | 336 | 27 | 31 | 0 | 15 | 364 | 56 | 114 |
| Binary | 10101010 | 10100110 | 11011110 | 10111 | 11001 | 0 | 1101 | 11110100 | 101110 | 1001100 |
Color Harmonies of #AAA6DE
Complementary color
Monochromatic Colors of #AAA6DE
Black with #AAA6DE
Text Example
Text Example
White with #AAA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6DE; }
p { color: rgb(170,166,222); }
H1.HeaderClassName
{
color: #AAA6DE;
}
.AnyTagClassName
{
color: #AAA6DE;
}
</style>
background-color css
<style>
a { background-color: #AAA6DE; }
a { background-color: rgb(170,166,222); }
div.DivClassName
{
background-color: #AAA6DE;
}
.BgClassName
{
background-color: #AAA6DE;
}
</style>
border-color css
<style>
span { border-color: #AAA6DE; }
span { border-color: rgb(170,166,222); }
td.TdClassName
{
border-color: #AAA6DE;
}
.TagClassName
{
border-color: #AAA6DE;
}
</style>