Shades of Wistful #ACA8D3
Tints of Wistful #ACA8D3
RGB
CMYK
RGB Variations
Color information
#ACA8D3 (or 0xACA8D3) is known color: Wistful. HEX triplet: AC, A8 and D3. RGB value is (172,168,211). Sum of RGB (Red+Green+Blue) = 172+168+211=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACA8D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8D3 is #53572C. Grayscale: #ADADAD. Windows color (decimal): -5461805 or 13871276. OLE color: 13871276.
HSL color Cylindrical-coordinate representation of color #ACA8D3: hue angle of 245.58º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA8D3 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 168 | 211 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.17 |
| HSL | 245.58º | 0.33% | 0.74% | - |
| HSV(B) | 245.58º | 0.2% | 0.83% | - |
| XYZ | 42.77 | 41.48 | 67.38 | - |
| YUV | 174.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 211 | 0.18 | 0.20 | 0 | 0.17 | 245.58 | 0.33 | 0.74 |
| Hex | AC | A8 | D3 | 12 | 14 | 0 | 11 | F6 | 21 | 4A |
| Octal | 254 | 250 | 323 | 22 | 24 | 0 | 21 | 366 | 41 | 112 |
| Binary | 10101100 | 10101000 | 11010011 | 10010 | 10100 | 0 | 10001 | 11110110 | 100001 | 1001010 |
Color Harmonies of #ACA8D3
Complementary color
Monochromatic Colors of #ACA8D3
Black with #ACA8D3
Text Example
Text Example
White with #ACA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA8D3; }
p { color: rgb(172,168,211); }
H1.HeaderClassName
{
color: #ACA8D3;
}
.AnyTagClassName
{
color: #ACA8D3;
}
</style>
background-color css
<style>
a { background-color: #ACA8D3; }
a { background-color: rgb(172,168,211); }
div.DivClassName
{
background-color: #ACA8D3;
}
.BgClassName
{
background-color: #ACA8D3;
}
</style>
border-color css
<style>
span { border-color: #ACA8D3; }
span { border-color: rgb(172,168,211); }
td.TdClassName
{
border-color: #ACA8D3;
}
.TagClassName
{
border-color: #ACA8D3;
}
</style>