Shades of Wistful #AAA3EB
Tints of Wistful #AAA3EB
RGB
CMYK
RGB Variations
Color information
#AAA3EB (or 0xAAA3EB) is known color: Wistful. HEX triplet: AA, A3 and EB. RGB value is (170,163,235). Sum of RGB (Red+Green+Blue) = 170+163+235=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAA3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA3EB is #555C14. Grayscale: #ADADAD. Windows color (decimal): -5594133 or 15442858. OLE color: 15442858.
HSL color Cylindrical-coordinate representation of color #AAA3EB: hue angle of 245.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA3EB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 163 | 235 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.08 |
| HSL | 245.83º | 0.64% | 0.78% | - |
| HSV(B) | 245.83º | 0.31% | 0.92% | - |
| XYZ | 44.67 | 40.74 | 84.11 | - |
| YUV | 173.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 235 | 0.28 | 0.31 | 0 | 0.08 | 245.83 | 0.64 | 0.78 |
| Hex | AA | A3 | EB | 1C | 1F | 0 | 8 | F6 | 40 | 4E |
| Octal | 252 | 243 | 353 | 34 | 37 | 0 | 10 | 366 | 100 | 116 |
| Binary | 10101010 | 10100011 | 11101011 | 11100 | 11111 | 0 | 1000 | 11110110 | 1000000 | 1001110 |
Color Harmonies of #AAA3EB
Complementary color
Monochromatic Colors of #AAA3EB
Black with #AAA3EB
Text Example
Text Example
White with #AAA3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3EB; }
p { color: rgb(170,163,235); }
H1.HeaderClassName
{
color: #AAA3EB;
}
.AnyTagClassName
{
color: #AAA3EB;
}
</style>
background-color css
<style>
a { background-color: #AAA3EB; }
a { background-color: rgb(170,163,235); }
div.DivClassName
{
background-color: #AAA3EB;
}
.BgClassName
{
background-color: #AAA3EB;
}
</style>
border-color css
<style>
span { border-color: #AAA3EB; }
span { border-color: rgb(170,163,235); }
td.TdClassName
{
border-color: #AAA3EB;
}
.TagClassName
{
border-color: #AAA3EB;
}
</style>