Shades of Wistful #ACAAE0
Tints of Wistful #ACAAE0
RGB
CMYK
RGB Variations
Color information
#ACAAE0 (or 0xACAAE0) is known color: Wistful. HEX triplet: AC, AA and E0. RGB value is (172,170,224). Sum of RGB (Red+Green+Blue) = 172+170+224=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAE0 is #53551F. Grayscale: #B0B0B0. Windows color (decimal): -5461280 or 14723756. OLE color: 14723756.
HSL color Cylindrical-coordinate representation of color #ACAAE0: hue angle of 242.22º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACAAE0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 170 | 224 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.12 |
| HSL | 242.22º | 0.47% | 0.77% | - |
| HSV(B) | 242.22º | 0.24% | 0.88% | - |
| XYZ | 44.84 | 42.9 | 76.44 | - |
| YUV | 176.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 224 | 0.23 | 0.24 | 0 | 0.12 | 242.22 | 0.47 | 0.77 |
| Hex | AC | AA | E0 | 17 | 18 | 0 | C | F2 | 2F | 4D |
| Octal | 254 | 252 | 340 | 27 | 30 | 0 | 14 | 362 | 57 | 115 |
| Binary | 10101100 | 10101010 | 11100000 | 10111 | 11000 | 0 | 1100 | 11110010 | 101111 | 1001101 |
Color Harmonies of #ACAAE0
Complementary color
Monochromatic Colors of #ACAAE0
Black with #ACAAE0
Text Example
Text Example
White with #ACAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAE0; }
p { color: rgb(172,170,224); }
H1.HeaderClassName
{
color: #ACAAE0;
}
.AnyTagClassName
{
color: #ACAAE0;
}
</style>
background-color css
<style>
a { background-color: #ACAAE0; }
a { background-color: rgb(172,170,224); }
div.DivClassName
{
background-color: #ACAAE0;
}
.BgClassName
{
background-color: #ACAAE0;
}
</style>
border-color css
<style>
span { border-color: #ACAAE0; }
span { border-color: rgb(172,170,224); }
td.TdClassName
{
border-color: #ACAAE0;
}
.TagClassName
{
border-color: #ACAAE0;
}
</style>