Shades of Wistful #AEA8CE
Tints of Wistful #AEA8CE
RGB
CMYK
RGB Variations
Color information
#AEA8CE (or 0xAEA8CE) is known color: Wistful. HEX triplet: AE, A8 and CE. RGB value is (174,168,206). Sum of RGB (Red+Green+Blue) = 174+168+206=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8CE is #515731. Grayscale: #ADADAD. Windows color (decimal): -5330738 or 13543598. OLE color: 13543598.
HSL color Cylindrical-coordinate representation of color #AEA8CE: hue angle of 249.47º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA8CE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 168 | 206 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.19 |
| HSL | 249.47º | 0.28% | 0.73% | - |
| HSV(B) | 249.47º | 0.18% | 0.81% | - |
| XYZ | 42.6 | 41.46 | 64.15 | - |
| YUV | 174.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 206 | 0.16 | 0.18 | 0 | 0.19 | 249.47 | 0.28 | 0.73 |
| Hex | AE | A8 | CE | 10 | 12 | 0 | 13 | F9 | 1C | 49 |
| Octal | 256 | 250 | 316 | 20 | 22 | 0 | 23 | 371 | 34 | 111 |
| Binary | 10101110 | 10101000 | 11001110 | 10000 | 10010 | 0 | 10011 | 11111001 | 11100 | 1001001 |
Color Harmonies of #AEA8CE
Complementary color
Monochromatic Colors of #AEA8CE
Black with #AEA8CE
Text Example
Text Example
White with #AEA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8CE; }
p { color: rgb(174,168,206); }
H1.HeaderClassName
{
color: #AEA8CE;
}
.AnyTagClassName
{
color: #AEA8CE;
}
</style>
background-color css
<style>
a { background-color: #AEA8CE; }
a { background-color: rgb(174,168,206); }
div.DivClassName
{
background-color: #AEA8CE;
}
.BgClassName
{
background-color: #AEA8CE;
}
</style>
border-color css
<style>
span { border-color: #AEA8CE; }
span { border-color: rgb(174,168,206); }
td.TdClassName
{
border-color: #AEA8CE;
}
.TagClassName
{
border-color: #AEA8CE;
}
</style>