Shades of Wistful #AEAACC
Tints of Wistful #AEAACC
RGB
CMYK
RGB Variations
Color information
#AEAACC (or 0xAEAACC) is known color: Wistful. HEX triplet: AE, AA and CC. RGB value is (174,170,204). Sum of RGB (Red+Green+Blue) = 174+170+204=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAACC is #515533. Grayscale: #AEAEAE. Windows color (decimal): -5330228 or 13413038. OLE color: 13413038.
HSL color Cylindrical-coordinate representation of color #AEAACC: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEAACC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 170 | 204 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.2 |
| HSL | 247.06º | 0.25% | 0.73% | - |
| HSV(B) | 247.06º | 0.17% | 0.8% | - |
| XYZ | 42.73 | 42.11 | 63 | - |
| YUV | 175.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 204 | 0.15 | 0.17 | 0 | 0.2 | 247.06 | 0.25 | 0.73 |
| Hex | AE | AA | CC | F | 11 | 0 | 14 | F7 | 19 | 49 |
| Octal | 256 | 252 | 314 | 17 | 21 | 0 | 24 | 367 | 31 | 111 |
| Binary | 10101110 | 10101010 | 11001100 | 1111 | 10001 | 0 | 10100 | 11110111 | 11001 | 1001001 |
Color Harmonies of #AEAACC
Complementary color
Monochromatic Colors of #AEAACC
Black with #AEAACC
Text Example
Text Example
White with #AEAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAACC; }
p { color: rgb(174,170,204); }
H1.HeaderClassName
{
color: #AEAACC;
}
.AnyTagClassName
{
color: #AEAACC;
}
</style>
background-color css
<style>
a { background-color: #AEAACC; }
a { background-color: rgb(174,170,204); }
div.DivClassName
{
background-color: #AEAACC;
}
.BgClassName
{
background-color: #AEAACC;
}
</style>
border-color css
<style>
span { border-color: #AEAACC; }
span { border-color: rgb(174,170,204); }
td.TdClassName
{
border-color: #AEAACC;
}
.TagClassName
{
border-color: #AEAACC;
}
</style>