Shades of Wistful #AAA3E3
Tints of Wistful #AAA3E3
RGB
CMYK
RGB Variations
Color information
#AAA3E3 (or 0xAAA3E3) is known color: Wistful. HEX triplet: AA, A3 and E3. RGB value is (170,163,227). Sum of RGB (Red+Green+Blue) = 170+163+227=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAA3E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3E3 is #555C1C. Grayscale: #ACACAC. Windows color (decimal): -5594141 or 14918570. OLE color: 14918570.
HSL color Cylindrical-coordinate representation of color #AAA3E3: hue angle of 246.56º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA3E3 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 163 | 227 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.11 |
| HSL | 246.56º | 0.53% | 0.76% | - |
| HSV(B) | 246.56º | 0.28% | 0.89% | - |
| XYZ | 43.54 | 40.29 | 78.15 | - |
| YUV | 172.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 227 | 0.25 | 0.28 | 0 | 0.11 | 246.56 | 0.53 | 0.76 |
| Hex | AA | A3 | E3 | 19 | 1C | 0 | B | F7 | 35 | 4C |
| Octal | 252 | 243 | 343 | 31 | 34 | 0 | 13 | 367 | 65 | 114 |
| Binary | 10101010 | 10100011 | 11100011 | 11001 | 11100 | 0 | 1011 | 11110111 | 110101 | 1001100 |
Color Harmonies of #AAA3E3
Complementary color
Monochromatic Colors of #AAA3E3
Black with #AAA3E3
Text Example
Text Example
White with #AAA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3E3; }
p { color: rgb(170,163,227); }
H1.HeaderClassName
{
color: #AAA3E3;
}
.AnyTagClassName
{
color: #AAA3E3;
}
</style>
background-color css
<style>
a { background-color: #AAA3E3; }
a { background-color: rgb(170,163,227); }
div.DivClassName
{
background-color: #AAA3E3;
}
.BgClassName
{
background-color: #AAA3E3;
}
</style>
border-color css
<style>
span { border-color: #AAA3E3; }
span { border-color: rgb(170,163,227); }
td.TdClassName
{
border-color: #AAA3E3;
}
.TagClassName
{
border-color: #AAA3E3;
}
</style>