Shades of Wistful #AEA6CB
Tints of Wistful #AEA6CB
RGB
CMYK
RGB Variations
Color information
#AEA6CB (or 0xAEA6CB) is known color: Wistful. HEX triplet: AE, A6 and CB. RGB value is (174,166,203). Sum of RGB (Red+Green+Blue) = 174+166+203=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6CB is #515934. Grayscale: #ACACAC. Windows color (decimal): -5331253 or 13346478. OLE color: 13346478.
HSL color Cylindrical-coordinate representation of color #AEA6CB: hue angle of 252.97º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA6CB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 166 | 203 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.20 |
| HSL | 252.97º | 0.26% | 0.72% | - |
| HSV(B) | 252.97º | 0.18% | 0.8% | - |
| XYZ | 41.87 | 40.58 | 62.13 | - |
| YUV | 172.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 203 | 0.14 | 0.18 | 0 | 0.20 | 252.97 | 0.26 | 0.72 |
| Hex | AE | A6 | CB | E | 12 | 0 | 14 | FD | 1A | 48 |
| Octal | 256 | 246 | 313 | 16 | 22 | 0 | 24 | 375 | 32 | 110 |
| Binary | 10101110 | 10100110 | 11001011 | 1110 | 10010 | 0 | 10100 | 11111101 | 11010 | 1001000 |
Color Harmonies of #AEA6CB
Complementary color
Monochromatic Colors of #AEA6CB
Black with #AEA6CB
Text Example
Text Example
White with #AEA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA6CB; }
p { color: rgb(174,166,203); }
H1.HeaderClassName
{
color: #AEA6CB;
}
.AnyTagClassName
{
color: #AEA6CB;
}
</style>
background-color css
<style>
a { background-color: #AEA6CB; }
a { background-color: rgb(174,166,203); }
div.DivClassName
{
background-color: #AEA6CB;
}
.BgClassName
{
background-color: #AEA6CB;
}
</style>
border-color css
<style>
span { border-color: #AEA6CB; }
span { border-color: rgb(174,166,203); }
td.TdClassName
{
border-color: #AEA6CB;
}
.TagClassName
{
border-color: #AEA6CB;
}
</style>