Shades of Wistful #AEA6D1
Tints of Wistful #AEA6D1
RGB
CMYK
RGB Variations
Color information
#AEA6D1 (or 0xAEA6D1) is known color: Wistful. HEX triplet: AE, A6 and D1. RGB value is (174,166,209). Sum of RGB (Red+Green+Blue) = 174+166+209=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEA6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6D1 is #51592E. Grayscale: #ADADAD. Windows color (decimal): -5331247 or 13739694. OLE color: 13739694.
HSL color Cylindrical-coordinate representation of color #AEA6D1: hue angle of 251.16º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA6D1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 166 | 209 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.18 |
| HSL | 251.16º | 0.32% | 0.74% | - |
| HSV(B) | 251.16º | 0.21% | 0.82% | - |
| XYZ | 42.6 | 40.87 | 65.97 | - |
| YUV | 173.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 209 | 0.17 | 0.21 | 0 | 0.18 | 251.16 | 0.32 | 0.74 |
| Hex | AE | A6 | D1 | 11 | 15 | 0 | 12 | FB | 20 | 4A |
| Octal | 256 | 246 | 321 | 21 | 25 | 0 | 22 | 373 | 40 | 112 |
| Binary | 10101110 | 10100110 | 11010001 | 10001 | 10101 | 0 | 10010 | 11111011 | 100000 | 1001010 |
Color Harmonies of #AEA6D1
Complementary color
Monochromatic Colors of #AEA6D1
Black with #AEA6D1
Text Example
Text Example
White with #AEA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA6D1; }
p { color: rgb(174,166,209); }
H1.HeaderClassName
{
color: #AEA6D1;
}
.AnyTagClassName
{
color: #AEA6D1;
}
</style>
background-color css
<style>
a { background-color: #AEA6D1; }
a { background-color: rgb(174,166,209); }
div.DivClassName
{
background-color: #AEA6D1;
}
.BgClassName
{
background-color: #AEA6D1;
}
</style>
border-color css
<style>
span { border-color: #AEA6D1; }
span { border-color: rgb(174,166,209); }
td.TdClassName
{
border-color: #AEA6D1;
}
.TagClassName
{
border-color: #AEA6D1;
}
</style>