Shades of Wistful #ACABC2
Tints of Wistful #ACABC2
RGB
CMYK
RGB Variations
Color information
#ACABC2 (or 0xACABC2) is known color: Wistful. HEX triplet: AC, AB and C2. RGB value is (172,171,194). Sum of RGB (Red+Green+Blue) = 172+171+194=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC2 is #53543D. Grayscale: #ADADAD. Windows color (decimal): -5461054 or 12757932. OLE color: 12757932.
HSL color Cylindrical-coordinate representation of color #ACABC2: hue angle of 242.61º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACABC2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 171 | 194 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.24 |
| HSL | 242.61º | 0.16% | 0.72% | - |
| HSV(B) | 242.61º | 0.12% | 0.76% | - |
| XYZ | 41.31 | 41.79 | 56.93 | - |
| YUV | 173.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 194 | 0.11 | 0.12 | 0 | 0.24 | 242.61 | 0.16 | 0.72 |
| Hex | AC | AB | C2 | B | C | 0 | 18 | F3 | 10 | 48 |
| Octal | 254 | 253 | 302 | 13 | 14 | 0 | 30 | 363 | 20 | 110 |
| Binary | 10101100 | 10101011 | 11000010 | 1011 | 1100 | 0 | 11000 | 11110011 | 10000 | 1001000 |
Color Harmonies of #ACABC2
Complementary color
Monochromatic Colors of #ACABC2
Black with #ACABC2
Text Example
Text Example
White with #ACABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABC2; }
p { color: rgb(172,171,194); }
H1.HeaderClassName
{
color: #ACABC2;
}
.AnyTagClassName
{
color: #ACABC2;
}
</style>
background-color css
<style>
a { background-color: #ACABC2; }
a { background-color: rgb(172,171,194); }
div.DivClassName
{
background-color: #ACABC2;
}
.BgClassName
{
background-color: #ACABC2;
}
</style>
border-color css
<style>
span { border-color: #ACABC2; }
span { border-color: rgb(172,171,194); }
td.TdClassName
{
border-color: #ACABC2;
}
.TagClassName
{
border-color: #ACABC2;
}
</style>