Shades of Wistful #AEA7DE
Tints of Wistful #AEA7DE
RGB
CMYK
RGB Variations
Color information
#AEA7DE (or 0xAEA7DE) is known color: Wistful. HEX triplet: AE, A7 and DE. RGB value is (174,167,222). Sum of RGB (Red+Green+Blue) = 174+167+222=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7DE is #515821. Grayscale: #AFAFAF. Windows color (decimal): -5330978 or 14591918. OLE color: 14591918.
HSL color Cylindrical-coordinate representation of color #AEA7DE: hue angle of 247.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA7DE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 167 | 222 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.13 |
| HSL | 247.64º | 0.45% | 0.76% | - |
| HSV(B) | 247.64º | 0.25% | 0.87% | - |
| XYZ | 44.46 | 41.91 | 74.85 | - |
| YUV | 175.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 167 | 222 | 0.22 | 0.25 | 0 | 0.13 | 247.64 | 0.45 | 0.76 |
| Hex | AE | A7 | DE | 16 | 19 | 0 | D | F8 | 2D | 4C |
| Octal | 256 | 247 | 336 | 26 | 31 | 0 | 15 | 370 | 55 | 114 |
| Binary | 10101110 | 10100111 | 11011110 | 10110 | 11001 | 0 | 1101 | 11111000 | 101101 | 1001100 |
Color Harmonies of #AEA7DE
Complementary color
Monochromatic Colors of #AEA7DE
Black with #AEA7DE
Text Example
Text Example
White with #AEA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA7DE; }
p { color: rgb(174,167,222); }
H1.HeaderClassName
{
color: #AEA7DE;
}
.AnyTagClassName
{
color: #AEA7DE;
}
</style>
background-color css
<style>
a { background-color: #AEA7DE; }
a { background-color: rgb(174,167,222); }
div.DivClassName
{
background-color: #AEA7DE;
}
.BgClassName
{
background-color: #AEA7DE;
}
</style>
border-color css
<style>
span { border-color: #AEA7DE; }
span { border-color: rgb(174,167,222); }
td.TdClassName
{
border-color: #AEA7DE;
}
.TagClassName
{
border-color: #AEA7DE;
}
</style>