Shades of Wistful #AAA3EC
Tints of Wistful #AAA3EC
RGB
CMYK
RGB Variations
Color information
#AAA3EC (or 0xAAA3EC) is known color: Wistful. HEX triplet: AA, A3 and EC. RGB value is (170,163,236). Sum of RGB (Red+Green+Blue) = 170+163+236=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA3EC is #555C13. Grayscale: #ADADAD. Windows color (decimal): -5594132 or 15508394. OLE color: 15508394.
HSL color Cylindrical-coordinate representation of color #AAA3EC: hue angle of 245.75º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA3EC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 163 | 236 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.07 |
| HSL | 245.75º | 0.66% | 0.78% | - |
| HSV(B) | 245.75º | 0.31% | 0.93% | - |
| XYZ | 44.82 | 40.8 | 84.87 | - |
| YUV | 173.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 236 | 0.28 | 0.31 | 0 | 0.07 | 245.75 | 0.66 | 0.78 |
| Hex | AA | A3 | EC | 1C | 1F | 0 | 7 | F6 | 42 | 4E |
| Octal | 252 | 243 | 354 | 34 | 37 | 0 | 7 | 366 | 102 | 116 |
| Binary | 10101010 | 10100011 | 11101100 | 11100 | 11111 | 0 | 111 | 11110110 | 1000010 | 1001110 |
Color Harmonies of #AAA3EC
Complementary color
Monochromatic Colors of #AAA3EC
Black with #AAA3EC
Text Example
Text Example
White with #AAA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3EC; }
p { color: rgb(170,163,236); }
H1.HeaderClassName
{
color: #AAA3EC;
}
.AnyTagClassName
{
color: #AAA3EC;
}
</style>
background-color css
<style>
a { background-color: #AAA3EC; }
a { background-color: rgb(170,163,236); }
div.DivClassName
{
background-color: #AAA3EC;
}
.BgClassName
{
background-color: #AAA3EC;
}
</style>
border-color css
<style>
span { border-color: #AAA3EC; }
span { border-color: rgb(170,163,236); }
td.TdClassName
{
border-color: #AAA3EC;
}
.TagClassName
{
border-color: #AAA3EC;
}
</style>