Shades of Wistful #AEA8DF
Tints of Wistful #AEA8DF
RGB
CMYK
RGB Variations
Color information
#AEA8DF (or 0xAEA8DF) is known color: Wistful. HEX triplet: AE, A8 and DF. RGB value is (174,168,223). Sum of RGB (Red+Green+Blue) = 174+168+223=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8DF is #515720. Grayscale: #AFAFAF. Windows color (decimal): -5330721 or 14657710. OLE color: 14657710.
HSL color Cylindrical-coordinate representation of color #AEA8DF: hue angle of 246.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA8DF is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 168 | 223 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.13 |
| HSL | 246.55º | 0.46% | 0.77% | - |
| HSV(B) | 246.55º | 0.25% | 0.87% | - |
| XYZ | 44.78 | 42.33 | 75.62 | - |
| YUV | 176.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 223 | 0.22 | 0.25 | 0 | 0.13 | 246.55 | 0.46 | 0.77 |
| Hex | AE | A8 | DF | 16 | 19 | 0 | D | F7 | 2E | 4D |
| Octal | 256 | 250 | 337 | 26 | 31 | 0 | 15 | 367 | 56 | 115 |
| Binary | 10101110 | 10101000 | 11011111 | 10110 | 11001 | 0 | 1101 | 11110111 | 101110 | 1001101 |
Color Harmonies of #AEA8DF
Complementary color
Monochromatic Colors of #AEA8DF
Black with #AEA8DF
Text Example
Text Example
White with #AEA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8DF; }
p { color: rgb(174,168,223); }
H1.HeaderClassName
{
color: #AEA8DF;
}
.AnyTagClassName
{
color: #AEA8DF;
}
</style>
background-color css
<style>
a { background-color: #AEA8DF; }
a { background-color: rgb(174,168,223); }
div.DivClassName
{
background-color: #AEA8DF;
}
.BgClassName
{
background-color: #AEA8DF;
}
</style>
border-color css
<style>
span { border-color: #AEA8DF; }
span { border-color: rgb(174,168,223); }
td.TdClassName
{
border-color: #AEA8DF;
}
.TagClassName
{
border-color: #AEA8DF;
}
</style>