Shades of Wistful #AEAACD
Tints of Wistful #AEAACD
RGB
CMYK
RGB Variations
Color information
#AEAACD (or 0xAEAACD) is known color: Wistful. HEX triplet: AE, AA and CD. RGB value is (174,170,205). Sum of RGB (Red+Green+Blue) = 174+170+205=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAACD is #515532. Grayscale: #AFAFAF. Windows color (decimal): -5330227 or 13478574. OLE color: 13478574.
HSL color Cylindrical-coordinate representation of color #AEAACD: hue angle of 246.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEAACD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 170 | 205 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.20 |
| HSL | 246.86º | 0.26% | 0.74% | - |
| HSV(B) | 246.86º | 0.17% | 0.8% | - |
| XYZ | 42.85 | 42.16 | 63.64 | - |
| YUV | 175.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 205 | 0.15 | 0.17 | 0 | 0.20 | 246.86 | 0.26 | 0.74 |
| Hex | AE | AA | CD | F | 11 | 0 | 14 | F7 | 1A | 4A |
| Octal | 256 | 252 | 315 | 17 | 21 | 0 | 24 | 367 | 32 | 112 |
| Binary | 10101110 | 10101010 | 11001101 | 1111 | 10001 | 0 | 10100 | 11110111 | 11010 | 1001010 |
Color Harmonies of #AEAACD
Complementary color
Monochromatic Colors of #AEAACD
Black with #AEAACD
Text Example
Text Example
White with #AEAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAACD; }
p { color: rgb(174,170,205); }
H1.HeaderClassName
{
color: #AEAACD;
}
.AnyTagClassName
{
color: #AEAACD;
}
</style>
background-color css
<style>
a { background-color: #AEAACD; }
a { background-color: rgb(174,170,205); }
div.DivClassName
{
background-color: #AEAACD;
}
.BgClassName
{
background-color: #AEAACD;
}
</style>
border-color css
<style>
span { border-color: #AEAACD; }
span { border-color: rgb(174,170,205); }
td.TdClassName
{
border-color: #AEAACD;
}
.TagClassName
{
border-color: #AEAACD;
}
</style>