Shades of Wistful #ACA7C1
Tints of Wistful #ACA7C1
RGB
CMYK
RGB Variations
Color information
#ACA7C1 (or 0xACA7C1) is known color: Wistful. HEX triplet: AC, A7 and C1. RGB value is (172,167,193). Sum of RGB (Red+Green+Blue) = 172+167+193=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7C1 is #53583E. Grayscale: #ABABAB. Windows color (decimal): -5462079 or 12691372. OLE color: 12691372.
HSL color Cylindrical-coordinate representation of color #ACA7C1: hue angle of 251.54º 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 #ACA7C1 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 167 | 193 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.24 |
| HSL | 251.54º | 0.17% | 0.71% | - |
| HSV(B) | 251.54º | 0.13% | 0.76% | - |
| XYZ | 40.46 | 40.26 | 56.09 | - |
| YUV | 171.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 167 | 193 | 0.11 | 0.13 | 0 | 0.24 | 251.54 | 0.17 | 0.71 |
| Hex | AC | A7 | C1 | B | D | 0 | 18 | FC | 11 | 47 |
| Octal | 254 | 247 | 301 | 13 | 15 | 0 | 30 | 374 | 21 | 107 |
| Binary | 10101100 | 10100111 | 11000001 | 1011 | 1101 | 0 | 11000 | 11111100 | 10001 | 1000111 |
Color Harmonies of #ACA7C1
Complementary color
Monochromatic Colors of #ACA7C1
Black with #ACA7C1
Text Example
Text Example
White with #ACA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA7C1; }
p { color: rgb(172,167,193); }
H1.HeaderClassName
{
color: #ACA7C1;
}
.AnyTagClassName
{
color: #ACA7C1;
}
</style>
background-color css
<style>
a { background-color: #ACA7C1; }
a { background-color: rgb(172,167,193); }
div.DivClassName
{
background-color: #ACA7C1;
}
.BgClassName
{
background-color: #ACA7C1;
}
</style>
border-color css
<style>
span { border-color: #ACA7C1; }
span { border-color: rgb(172,167,193); }
td.TdClassName
{
border-color: #ACA7C1;
}
.TagClassName
{
border-color: #ACA7C1;
}
</style>