Shades of Wistful #AAA3E6
Tints of Wistful #AAA3E6
RGB
CMYK
RGB Variations
Color information
#AAA3E6 (or 0xAAA3E6) is known color: Wistful. HEX triplet: AA, A3 and E6. RGB value is (170,163,230). Sum of RGB (Red+Green+Blue) = 170+163+230=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAA3E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA3E6 is #555C19. Grayscale: #ACACAC. Windows color (decimal): -5594138 or 15115178. OLE color: 15115178.
HSL color Cylindrical-coordinate representation of color #AAA3E6: hue angle of 246.27º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA3E6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 163 | 230 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.10 |
| HSL | 246.27º | 0.57% | 0.77% | - |
| HSV(B) | 246.27º | 0.29% | 0.9% | - |
| XYZ | 43.96 | 40.45 | 80.35 | - |
| YUV | 172.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 230 | 0.26 | 0.29 | 0 | 0.10 | 246.27 | 0.57 | 0.77 |
| Hex | AA | A3 | E6 | 1A | 1D | 0 | A | F6 | 39 | 4D |
| Octal | 252 | 243 | 346 | 32 | 35 | 0 | 12 | 366 | 71 | 115 |
| Binary | 10101010 | 10100011 | 11100110 | 11010 | 11101 | 0 | 1010 | 11110110 | 111001 | 1001101 |
Color Harmonies of #AAA3E6
Complementary color
Monochromatic Colors of #AAA3E6
Black with #AAA3E6
Text Example
Text Example
White with #AAA3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3E6; }
p { color: rgb(170,163,230); }
H1.HeaderClassName
{
color: #AAA3E6;
}
.AnyTagClassName
{
color: #AAA3E6;
}
</style>
background-color css
<style>
a { background-color: #AAA3E6; }
a { background-color: rgb(170,163,230); }
div.DivClassName
{
background-color: #AAA3E6;
}
.BgClassName
{
background-color: #AAA3E6;
}
</style>
border-color css
<style>
span { border-color: #AAA3E6; }
span { border-color: rgb(170,163,230); }
td.TdClassName
{
border-color: #AAA3E6;
}
.TagClassName
{
border-color: #AAA3E6;
}
</style>