Shades of Wistful #ACA8C1
Tints of Wistful #ACA8C1
RGB
CMYK
RGB Variations
Color information
#ACA8C1 (or 0xACA8C1) is known color: Wistful. HEX triplet: AC, A8 and C1. RGB value is (172,168,193). Sum of RGB (Red+Green+Blue) = 172+168+193=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8C1 is #53573E. Grayscale: #ABABAB. Windows color (decimal): -5461823 or 12691628. OLE color: 12691628.
HSL color Cylindrical-coordinate representation of color #ACA8C1: hue angle of 249.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA8C1 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 168 | 193 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.24 |
| HSL | 249.6º | 0.17% | 0.71% | - |
| HSV(B) | 249.6º | 0.13% | 0.76% | - |
| XYZ | 40.64 | 40.63 | 56.15 | - |
| YUV | 172.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 193 | 0.11 | 0.13 | 0 | 0.24 | 249.6 | 0.17 | 0.71 |
| Hex | AC | A8 | C1 | B | D | 0 | 18 | FA | 11 | 47 |
| Octal | 254 | 250 | 301 | 13 | 15 | 0 | 30 | 372 | 21 | 107 |
| Binary | 10101100 | 10101000 | 11000001 | 1011 | 1101 | 0 | 11000 | 11111010 | 10001 | 1000111 |
Color Harmonies of #ACA8C1
Complementary color
Monochromatic Colors of #ACA8C1
Black with #ACA8C1
Text Example
Text Example
White with #ACA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA8C1; }
p { color: rgb(172,168,193); }
H1.HeaderClassName
{
color: #ACA8C1;
}
.AnyTagClassName
{
color: #ACA8C1;
}
</style>
background-color css
<style>
a { background-color: #ACA8C1; }
a { background-color: rgb(172,168,193); }
div.DivClassName
{
background-color: #ACA8C1;
}
.BgClassName
{
background-color: #ACA8C1;
}
</style>
border-color css
<style>
span { border-color: #ACA8C1; }
span { border-color: rgb(172,168,193); }
td.TdClassName
{
border-color: #ACA8C1;
}
.TagClassName
{
border-color: #ACA8C1;
}
</style>