Shades of Wistful #AEA8C1
Tints of Wistful #AEA8C1
RGB
CMYK
RGB Variations
Color information
#AEA8C1 (or 0xAEA8C1) is known color: Wistful. HEX triplet: AE, A8 and C1. RGB value is (174,168,193). Sum of RGB (Red+Green+Blue) = 174+168+193=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEA8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8C1 is #51573E. Grayscale: #ACACAC. Windows color (decimal): -5330751 or 12691630. OLE color: 12691630.
HSL color Cylindrical-coordinate representation of color #AEA8C1: hue angle of 254.4º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEA8C1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 168 | 193 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.24 |
| HSL | 254.4º | 0.17% | 0.71% | - |
| HSV(B) | 254.4º | 0.13% | 0.76% | - |
| XYZ | 41.08 | 40.85 | 56.17 | - |
| YUV | 172.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 193 | 0.10 | 0.13 | 0 | 0.24 | 254.4 | 0.17 | 0.71 |
| Hex | AE | A8 | C1 | A | D | 0 | 18 | FE | 11 | 47 |
| Octal | 256 | 250 | 301 | 12 | 15 | 0 | 30 | 376 | 21 | 107 |
| Binary | 10101110 | 10101000 | 11000001 | 1010 | 1101 | 0 | 11000 | 11111110 | 10001 | 1000111 |
Color Harmonies of #AEA8C1
Complementary color
Monochromatic Colors of #AEA8C1
Black with #AEA8C1
Text Example
Text Example
White with #AEA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8C1; }
p { color: rgb(174,168,193); }
H1.HeaderClassName
{
color: #AEA8C1;
}
.AnyTagClassName
{
color: #AEA8C1;
}
</style>
background-color css
<style>
a { background-color: #AEA8C1; }
a { background-color: rgb(174,168,193); }
div.DivClassName
{
background-color: #AEA8C1;
}
.BgClassName
{
background-color: #AEA8C1;
}
</style>
border-color css
<style>
span { border-color: #AEA8C1; }
span { border-color: rgb(174,168,193); }
td.TdClassName
{
border-color: #AEA8C1;
}
.TagClassName
{
border-color: #AEA8C1;
}
</style>