Shades of Wistful #AAA3E4
Tints of Wistful #AAA3E4
RGB
CMYK
RGB Variations
Color information
#AAA3E4 (or 0xAAA3E4) is known color: Wistful. HEX triplet: AA, A3 and E4. RGB value is (170,163,228). Sum of RGB (Red+Green+Blue) = 170+163+228=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAA3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3E4 is #555C1B. Grayscale: #ACACAC. Windows color (decimal): -5594140 or 14984106. OLE color: 14984106.
HSL color Cylindrical-coordinate representation of color #AAA3E4: hue angle of 246.46º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA3E4 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 163 | 228 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.11 |
| HSL | 246.46º | 0.55% | 0.77% | - |
| HSV(B) | 246.46º | 0.29% | 0.89% | - |
| XYZ | 43.68 | 40.34 | 78.88 | - |
| YUV | 172.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 228 | 0.25 | 0.29 | 0 | 0.11 | 246.46 | 0.55 | 0.77 |
| Hex | AA | A3 | E4 | 19 | 1D | 0 | B | F6 | 37 | 4D |
| Octal | 252 | 243 | 344 | 31 | 35 | 0 | 13 | 366 | 67 | 115 |
| Binary | 10101010 | 10100011 | 11100100 | 11001 | 11101 | 0 | 1011 | 11110110 | 110111 | 1001101 |
Color Harmonies of #AAA3E4
Complementary color
Monochromatic Colors of #AAA3E4
Black with #AAA3E4
Text Example
Text Example
White with #AAA3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3E4; }
p { color: rgb(170,163,228); }
H1.HeaderClassName
{
color: #AAA3E4;
}
.AnyTagClassName
{
color: #AAA3E4;
}
</style>
background-color css
<style>
a { background-color: #AAA3E4; }
a { background-color: rgb(170,163,228); }
div.DivClassName
{
background-color: #AAA3E4;
}
.BgClassName
{
background-color: #AAA3E4;
}
</style>
border-color css
<style>
span { border-color: #AAA3E4; }
span { border-color: rgb(170,163,228); }
td.TdClassName
{
border-color: #AAA3E4;
}
.TagClassName
{
border-color: #AAA3E4;
}
</style>