Shades of Wistful #AAA6E6
Tints of Wistful #AAA6E6
RGB
CMYK
RGB Variations
Color information
#AAA6E6 (or 0xAAA6E6) is known color: Wistful. HEX triplet: AA, A6 and E6. RGB value is (170,166,230). Sum of RGB (Red+Green+Blue) = 170+166+230=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAA6E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6E6 is #555919. Grayscale: #AEAEAE. Windows color (decimal): -5593370 or 15115946. OLE color: 15115946.
HSL color Cylindrical-coordinate representation of color #AAA6E6: hue angle of 243.75º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA6E6 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 166 | 230 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.10 |
| HSL | 243.75º | 0.56% | 0.78% | - |
| HSV(B) | 243.75º | 0.28% | 0.9% | - |
| XYZ | 44.5 | 41.53 | 80.53 | - |
| YUV | 174.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 230 | 0.26 | 0.28 | 0 | 0.10 | 243.75 | 0.56 | 0.78 |
| Hex | AA | A6 | E6 | 1A | 1C | 0 | A | F4 | 38 | 4E |
| Octal | 252 | 246 | 346 | 32 | 34 | 0 | 12 | 364 | 70 | 116 |
| Binary | 10101010 | 10100110 | 11100110 | 11010 | 11100 | 0 | 1010 | 11110100 | 111000 | 1001110 |
Color Harmonies of #AAA6E6
Complementary color
Monochromatic Colors of #AAA6E6
Black with #AAA6E6
Text Example
Text Example
White with #AAA6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6E6; }
p { color: rgb(170,166,230); }
H1.HeaderClassName
{
color: #AAA6E6;
}
.AnyTagClassName
{
color: #AAA6E6;
}
</style>
background-color css
<style>
a { background-color: #AAA6E6; }
a { background-color: rgb(170,166,230); }
div.DivClassName
{
background-color: #AAA6E6;
}
.BgClassName
{
background-color: #AAA6E6;
}
</style>
border-color css
<style>
span { border-color: #AAA6E6; }
span { border-color: rgb(170,166,230); }
td.TdClassName
{
border-color: #AAA6E6;
}
.TagClassName
{
border-color: #AAA6E6;
}
</style>