Shades of Wistful #AAA6E5
Tints of Wistful #AAA6E5
RGB
CMYK
RGB Variations
Color information
#AAA6E5 (or 0xAAA6E5) is known color: Wistful. HEX triplet: AA, A6 and E5. RGB value is (170,166,229). Sum of RGB (Red+Green+Blue) = 170+166+229=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAA6E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6E5 is #55591A. Grayscale: #AEAEAE. Windows color (decimal): -5593371 or 15050410. OLE color: 15050410.
HSL color Cylindrical-coordinate representation of color #AAA6E5: hue angle of 243.81º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA6E5 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 166 | 229 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.10 |
| HSL | 243.81º | 0.55% | 0.77% | - |
| HSV(B) | 243.81º | 0.28% | 0.9% | - |
| XYZ | 44.36 | 41.48 | 79.8 | - |
| YUV | 174.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 229 | 0.26 | 0.28 | 0 | 0.10 | 243.81 | 0.55 | 0.77 |
| Hex | AA | A6 | E5 | 1A | 1C | 0 | A | F4 | 37 | 4D |
| Octal | 252 | 246 | 345 | 32 | 34 | 0 | 12 | 364 | 67 | 115 |
| Binary | 10101010 | 10100110 | 11100101 | 11010 | 11100 | 0 | 1010 | 11110100 | 110111 | 1001101 |
Color Harmonies of #AAA6E5
Complementary color
Monochromatic Colors of #AAA6E5
Black with #AAA6E5
Text Example
Text Example
White with #AAA6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6E5; }
p { color: rgb(170,166,229); }
H1.HeaderClassName
{
color: #AAA6E5;
}
.AnyTagClassName
{
color: #AAA6E5;
}
</style>
background-color css
<style>
a { background-color: #AAA6E5; }
a { background-color: rgb(170,166,229); }
div.DivClassName
{
background-color: #AAA6E5;
}
.BgClassName
{
background-color: #AAA6E5;
}
</style>
border-color css
<style>
span { border-color: #AAA6E5; }
span { border-color: rgb(170,166,229); }
td.TdClassName
{
border-color: #AAA6E5;
}
.TagClassName
{
border-color: #AAA6E5;
}
</style>