Shades of Wistful #ACA1E1
Tints of Wistful #ACA1E1
RGB
CMYK
RGB Variations
Color information
#ACA1E1 (or 0xACA1E1) is known color: Wistful. HEX triplet: AC, A1 and E1. RGB value is (172,161,225). Sum of RGB (Red+Green+Blue) = 172+161+225=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACA1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1E1 is #535E1E. Grayscale: #ABABAB. Windows color (decimal): -5463583 or 14786988. OLE color: 14786988.
HSL color Cylindrical-coordinate representation of color #ACA1E1: hue angle of 250.31º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACA1E1 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 161 | 225 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.12 |
| HSL | 250.31º | 0.52% | 0.76% | - |
| HSV(B) | 250.31º | 0.28% | 0.88% | - |
| XYZ | 43.35 | 39.7 | 76.61 | - |
| YUV | 171.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 161 | 225 | 0.24 | 0.28 | 0 | 0.12 | 250.31 | 0.52 | 0.76 |
| Hex | AC | A1 | E1 | 18 | 1C | 0 | C | FA | 34 | 4C |
| Octal | 254 | 241 | 341 | 30 | 34 | 0 | 14 | 372 | 64 | 114 |
| Binary | 10101100 | 10100001 | 11100001 | 11000 | 11100 | 0 | 1100 | 11111010 | 110100 | 1001100 |
Color Harmonies of #ACA1E1
Complementary color
Monochromatic Colors of #ACA1E1
Black with #ACA1E1
Text Example
Text Example
White with #ACA1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA1E1; }
p { color: rgb(172,161,225); }
H1.HeaderClassName
{
color: #ACA1E1;
}
.AnyTagClassName
{
color: #ACA1E1;
}
</style>
background-color css
<style>
a { background-color: #ACA1E1; }
a { background-color: rgb(172,161,225); }
div.DivClassName
{
background-color: #ACA1E1;
}
.BgClassName
{
background-color: #ACA1E1;
}
</style>
border-color css
<style>
span { border-color: #ACA1E1; }
span { border-color: rgb(172,161,225); }
td.TdClassName
{
border-color: #ACA1E1;
}
.TagClassName
{
border-color: #ACA1E1;
}
</style>