Shades of Wistful #AAA4E2
Tints of Wistful #AAA4E2
RGB
CMYK
RGB Variations
Color information
#AAA4E2 (or 0xAAA4E2) is known color: Wistful. HEX triplet: AA, A4 and E2. RGB value is (170,164,226). Sum of RGB (Red+Green+Blue) = 170+164+226=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #AAA4E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4E2 is #555B1D. Grayscale: #ACACAC. Windows color (decimal): -5593886 or 14853290. OLE color: 14853290.
HSL color Cylindrical-coordinate representation of color #AAA4E2: hue angle of 245.81º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAA4E2 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 164 | 226 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.11 |
| HSL | 245.81º | 0.52% | 0.76% | - |
| HSV(B) | 245.81º | 0.27% | 0.89% | - |
| XYZ | 43.58 | 40.59 | 77.49 | - |
| YUV | 172.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 226 | 0.25 | 0.27 | 0 | 0.11 | 245.81 | 0.52 | 0.76 |
| Hex | AA | A4 | E2 | 19 | 1B | 0 | B | F6 | 34 | 4C |
| Octal | 252 | 244 | 342 | 31 | 33 | 0 | 13 | 366 | 64 | 114 |
| Binary | 10101010 | 10100100 | 11100010 | 11001 | 11011 | 0 | 1011 | 11110110 | 110100 | 1001100 |
Color Harmonies of #AAA4E2
Complementary color
Monochromatic Colors of #AAA4E2
Black with #AAA4E2
Text Example
Text Example
White with #AAA4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4E2; }
p { color: rgb(170,164,226); }
H1.HeaderClassName
{
color: #AAA4E2;
}
.AnyTagClassName
{
color: #AAA4E2;
}
</style>
background-color css
<style>
a { background-color: #AAA4E2; }
a { background-color: rgb(170,164,226); }
div.DivClassName
{
background-color: #AAA4E2;
}
.BgClassName
{
background-color: #AAA4E2;
}
</style>
border-color css
<style>
span { border-color: #AAA4E2; }
span { border-color: rgb(170,164,226); }
td.TdClassName
{
border-color: #AAA4E2;
}
.TagClassName
{
border-color: #AAA4E2;
}
</style>