Shades of Wistful #ACA4DE
Tints of Wistful #ACA4DE
RGB
CMYK
RGB Variations
Color information
#ACA4DE (or 0xACA4DE) is known color: Wistful. HEX triplet: AC, A4 and DE. RGB value is (172,164,222). Sum of RGB (Red+Green+Blue) = 172+164+222=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4DE is #535B21. Grayscale: #ACACAC. Windows color (decimal): -5462818 or 14591148. OLE color: 14591148.
HSL color Cylindrical-coordinate representation of color #ACA4DE: hue angle of 248.28º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA4DE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 164 | 222 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.13 |
| HSL | 248.28º | 0.47% | 0.76% | - |
| HSV(B) | 248.28º | 0.26% | 0.87% | - |
| XYZ | 43.47 | 40.6 | 74.65 | - |
| YUV | 173 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 164 | 222 | 0.23 | 0.26 | 0 | 0.13 | 248.28 | 0.47 | 0.76 |
| Hex | AC | A4 | DE | 17 | 1A | 0 | D | F8 | 2F | 4C |
| Octal | 254 | 244 | 336 | 27 | 32 | 0 | 15 | 370 | 57 | 114 |
| Binary | 10101100 | 10100100 | 11011110 | 10111 | 11010 | 0 | 1101 | 11111000 | 101111 | 1001100 |
Color Harmonies of #ACA4DE
Complementary color
Monochromatic Colors of #ACA4DE
Black with #ACA4DE
Text Example
Text Example
White with #ACA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA4DE; }
p { color: rgb(172,164,222); }
H1.HeaderClassName
{
color: #ACA4DE;
}
.AnyTagClassName
{
color: #ACA4DE;
}
</style>
background-color css
<style>
a { background-color: #ACA4DE; }
a { background-color: rgb(172,164,222); }
div.DivClassName
{
background-color: #ACA4DE;
}
.BgClassName
{
background-color: #ACA4DE;
}
</style>
border-color css
<style>
span { border-color: #ACA4DE; }
span { border-color: rgb(172,164,222); }
td.TdClassName
{
border-color: #ACA4DE;
}
.TagClassName
{
border-color: #ACA4DE;
}
</style>