Shades of Wistful #ACA8E1
Tints of Wistful #ACA8E1
RGB
CMYK
RGB Variations
Color information
#ACA8E1 (or 0xACA8E1) is known color: Wistful. HEX triplet: AC, A8 and E1. RGB value is (172,168,225). Sum of RGB (Red+Green+Blue) = 172+168+225=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACA8E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8E1 is #53571E. Grayscale: #AFAFAF. Windows color (decimal): -5461791 or 14788780. OLE color: 14788780.
HSL color Cylindrical-coordinate representation of color #ACA8E1: hue angle of 244.21º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACA8E1 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 168 | 225 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.12 |
| HSL | 244.21º | 0.49% | 0.77% | - |
| HSV(B) | 244.21º | 0.25% | 0.88% | - |
| XYZ | 44.61 | 42.21 | 77.03 | - |
| YUV | 175.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 225 | 0.24 | 0.25 | 0 | 0.12 | 244.21 | 0.49 | 0.77 |
| Hex | AC | A8 | E1 | 18 | 19 | 0 | C | F4 | 31 | 4D |
| Octal | 254 | 250 | 341 | 30 | 31 | 0 | 14 | 364 | 61 | 115 |
| Binary | 10101100 | 10101000 | 11100001 | 11000 | 11001 | 0 | 1100 | 11110100 | 110001 | 1001101 |
Color Harmonies of #ACA8E1
Complementary color
Monochromatic Colors of #ACA8E1
Black with #ACA8E1
Text Example
Text Example
White with #ACA8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA8E1; }
p { color: rgb(172,168,225); }
H1.HeaderClassName
{
color: #ACA8E1;
}
.AnyTagClassName
{
color: #ACA8E1;
}
</style>
background-color css
<style>
a { background-color: #ACA8E1; }
a { background-color: rgb(172,168,225); }
div.DivClassName
{
background-color: #ACA8E1;
}
.BgClassName
{
background-color: #ACA8E1;
}
</style>
border-color css
<style>
span { border-color: #ACA8E1; }
span { border-color: rgb(172,168,225); }
td.TdClassName
{
border-color: #ACA8E1;
}
.TagClassName
{
border-color: #ACA8E1;
}
</style>