Shades of Wistful #ACABC6
Tints of Wistful #ACABC6
RGB
CMYK
RGB Variations
Color information
#ACABC6 (or 0xACABC6) is known color: Wistful. HEX triplet: AC, AB and C6. RGB value is (172,171,198). Sum of RGB (Red+Green+Blue) = 172+171+198=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACABC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC6 is #535439. Grayscale: #AEAEAE. Windows color (decimal): -5461050 or 13020076. OLE color: 13020076.
HSL color Cylindrical-coordinate representation of color #ACABC6: hue angle of 242.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACABC6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 171 | 198 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.22 |
| HSL | 242.22º | 0.19% | 0.72% | - |
| HSV(B) | 242.22º | 0.14% | 0.78% | - |
| XYZ | 41.77 | 41.97 | 59.33 | - |
| YUV | 174.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 198 | 0.13 | 0.14 | 0 | 0.22 | 242.22 | 0.19 | 0.72 |
| Hex | AC | AB | C6 | D | E | 0 | 16 | F2 | 13 | 48 |
| Octal | 254 | 253 | 306 | 15 | 16 | 0 | 26 | 362 | 23 | 110 |
| Binary | 10101100 | 10101011 | 11000110 | 1101 | 1110 | 0 | 10110 | 11110010 | 10011 | 1001000 |
Color Harmonies of #ACABC6
Complementary color
Monochromatic Colors of #ACABC6
Black with #ACABC6
Text Example
Text Example
White with #ACABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABC6; }
p { color: rgb(172,171,198); }
H1.HeaderClassName
{
color: #ACABC6;
}
.AnyTagClassName
{
color: #ACABC6;
}
</style>
background-color css
<style>
a { background-color: #ACABC6; }
a { background-color: rgb(172,171,198); }
div.DivClassName
{
background-color: #ACABC6;
}
.BgClassName
{
background-color: #ACABC6;
}
</style>
border-color css
<style>
span { border-color: #ACABC6; }
span { border-color: rgb(172,171,198); }
td.TdClassName
{
border-color: #ACABC6;
}
.TagClassName
{
border-color: #ACABC6;
}
</style>