Shades of Wistful #AEA4DD
Tints of Wistful #AEA4DD
RGB
CMYK
RGB Variations
Color information
#AEA4DD (or 0xAEA4DD) is known color: Wistful. HEX triplet: AE, A4 and DD. RGB value is (174,164,221). Sum of RGB (Red+Green+Blue) = 174+164+221=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEA4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4DD is #515B22. Grayscale: #ADADAD. Windows color (decimal): -5331747 or 14525614. OLE color: 14525614.
HSL color Cylindrical-coordinate representation of color #AEA4DD: hue angle of 250.53º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEA4DD is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 164 | 221 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.13 |
| HSL | 250.53º | 0.46% | 0.75% | - |
| HSV(B) | 250.53º | 0.26% | 0.87% | - |
| XYZ | 43.78 | 40.77 | 73.97 | - |
| YUV | 173.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 164 | 221 | 0.21 | 0.26 | 0 | 0.13 | 250.53 | 0.46 | 0.75 |
| Hex | AE | A4 | DD | 15 | 1A | 0 | D | FB | 2E | 4B |
| Octal | 256 | 244 | 335 | 25 | 32 | 0 | 15 | 373 | 56 | 113 |
| Binary | 10101110 | 10100100 | 11011101 | 10101 | 11010 | 0 | 1101 | 11111011 | 101110 | 1001011 |
Color Harmonies of #AEA4DD
Complementary color
Monochromatic Colors of #AEA4DD
Black with #AEA4DD
Text Example
Text Example
White with #AEA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA4DD; }
p { color: rgb(174,164,221); }
H1.HeaderClassName
{
color: #AEA4DD;
}
.AnyTagClassName
{
color: #AEA4DD;
}
</style>
background-color css
<style>
a { background-color: #AEA4DD; }
a { background-color: rgb(174,164,221); }
div.DivClassName
{
background-color: #AEA4DD;
}
.BgClassName
{
background-color: #AEA4DD;
}
</style>
border-color css
<style>
span { border-color: #AEA4DD; }
span { border-color: rgb(174,164,221); }
td.TdClassName
{
border-color: #AEA4DD;
}
.TagClassName
{
border-color: #AEA4DD;
}
</style>