Shades of Wistful #ACABC9
Tints of Wistful #ACABC9
RGB
CMYK
RGB Variations
Color information
#ACABC9 (or 0xACABC9) is known color: Wistful. HEX triplet: AC, AB and C9. RGB value is (172,171,201). Sum of RGB (Red+Green+Blue) = 172+171+201=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC9 is #535436. Grayscale: #AEAEAE. Windows color (decimal): -5461047 or 13216684. OLE color: 13216684.
HSL color Cylindrical-coordinate representation of color #ACABC9: hue angle of 242º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACABC9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 171 | 201 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.21 |
| HSL | 242º | 0.22% | 0.73% | - |
| HSV(B) | 242º | 0.15% | 0.79% | - |
| XYZ | 42.12 | 42.11 | 61.17 | - |
| YUV | 174.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 201 | 0.14 | 0.15 | 0 | 0.21 | 242 | 0.22 | 0.73 |
| Hex | AC | AB | C9 | E | F | 0 | 15 | F2 | 16 | 49 |
| Octal | 254 | 253 | 311 | 16 | 17 | 0 | 25 | 362 | 26 | 111 |
| Binary | 10101100 | 10101011 | 11001001 | 1110 | 1111 | 0 | 10101 | 11110010 | 10110 | 1001001 |
Color Harmonies of #ACABC9
Complementary color
Monochromatic Colors of #ACABC9
Black with #ACABC9
Text Example
Text Example
White with #ACABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABC9; }
p { color: rgb(172,171,201); }
H1.HeaderClassName
{
color: #ACABC9;
}
.AnyTagClassName
{
color: #ACABC9;
}
</style>
background-color css
<style>
a { background-color: #ACABC9; }
a { background-color: rgb(172,171,201); }
div.DivClassName
{
background-color: #ACABC9;
}
.BgClassName
{
background-color: #ACABC9;
}
</style>
border-color css
<style>
span { border-color: #ACABC9; }
span { border-color: rgb(172,171,201); }
td.TdClassName
{
border-color: #ACABC9;
}
.TagClassName
{
border-color: #ACABC9;
}
</style>