Shades of Wistful #AEA8D4
Tints of Wistful #AEA8D4
RGB
CMYK
RGB Variations
Color information
#AEA8D4 (or 0xAEA8D4) is known color: Wistful. HEX triplet: AE, A8 and D4. RGB value is (174,168,212). Sum of RGB (Red+Green+Blue) = 174+168+212=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEA8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8D4 is #51572B. Grayscale: #AEAEAE. Windows color (decimal): -5330732 or 13936814. OLE color: 13936814.
HSL color Cylindrical-coordinate representation of color #AEA8D4: hue angle of 248.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA8D4 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 168 | 212 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.17 |
| HSL | 248.18º | 0.34% | 0.75% | - |
| HSV(B) | 248.18º | 0.21% | 0.83% | - |
| XYZ | 43.34 | 41.76 | 68.06 | - |
| YUV | 174.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 212 | 0.18 | 0.21 | 0 | 0.17 | 248.18 | 0.34 | 0.75 |
| Hex | AE | A8 | D4 | 12 | 15 | 0 | 11 | F8 | 22 | 4B |
| Octal | 256 | 250 | 324 | 22 | 25 | 0 | 21 | 370 | 42 | 113 |
| Binary | 10101110 | 10101000 | 11010100 | 10010 | 10101 | 0 | 10001 | 11111000 | 100010 | 1001011 |
Color Harmonies of #AEA8D4
Complementary color
Monochromatic Colors of #AEA8D4
Black with #AEA8D4
Text Example
Text Example
White with #AEA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8D4; }
p { color: rgb(174,168,212); }
H1.HeaderClassName
{
color: #AEA8D4;
}
.AnyTagClassName
{
color: #AEA8D4;
}
</style>
background-color css
<style>
a { background-color: #AEA8D4; }
a { background-color: rgb(174,168,212); }
div.DivClassName
{
background-color: #AEA8D4;
}
.BgClassName
{
background-color: #AEA8D4;
}
</style>
border-color css
<style>
span { border-color: #AEA8D4; }
span { border-color: rgb(174,168,212); }
td.TdClassName
{
border-color: #AEA8D4;
}
.TagClassName
{
border-color: #AEA8D4;
}
</style>