Shades of Wistful #AEA5D9
Tints of Wistful #AEA5D9
RGB
CMYK
RGB Variations
Color information
#AEA5D9 (or 0xAEA5D9) is known color: Wistful. HEX triplet: AE, A5 and D9. RGB value is (174,165,217). Sum of RGB (Red+Green+Blue) = 174+165+217=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEA5D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5D9 is #515A26. Grayscale: #ADADAD. Windows color (decimal): -5331495 or 14263726. OLE color: 14263726.
HSL color Cylindrical-coordinate representation of color #AEA5D9: hue angle of 250.38º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEA5D9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 165 | 217 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.15 |
| HSL | 250.38º | 0.41% | 0.75% | - |
| HSV(B) | 250.38º | 0.24% | 0.85% | - |
| XYZ | 43.44 | 40.92 | 71.25 | - |
| YUV | 173.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 165 | 217 | 0.20 | 0.24 | 0 | 0.15 | 250.38 | 0.41 | 0.75 |
| Hex | AE | A5 | D9 | 14 | 18 | 0 | F | FA | 29 | 4B |
| Octal | 256 | 245 | 331 | 24 | 30 | 0 | 17 | 372 | 51 | 113 |
| Binary | 10101110 | 10100101 | 11011001 | 10100 | 11000 | 0 | 1111 | 11111010 | 101001 | 1001011 |
Color Harmonies of #AEA5D9
Complementary color
Monochromatic Colors of #AEA5D9
Black with #AEA5D9
Text Example
Text Example
White with #AEA5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA5D9; }
p { color: rgb(174,165,217); }
H1.HeaderClassName
{
color: #AEA5D9;
}
.AnyTagClassName
{
color: #AEA5D9;
}
</style>
background-color css
<style>
a { background-color: #AEA5D9; }
a { background-color: rgb(174,165,217); }
div.DivClassName
{
background-color: #AEA5D9;
}
.BgClassName
{
background-color: #AEA5D9;
}
</style>
border-color css
<style>
span { border-color: #AEA5D9; }
span { border-color: rgb(174,165,217); }
td.TdClassName
{
border-color: #AEA5D9;
}
.TagClassName
{
border-color: #AEA5D9;
}
</style>