Shades of Wistful #ACABC3
Tints of Wistful #ACABC3
RGB
CMYK
RGB Variations
Color information
#ACABC3 (or 0xACABC3) is known color: Wistful. HEX triplet: AC, AB and C3. RGB value is (172,171,195). Sum of RGB (Red+Green+Blue) = 172+171+195=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC3 is #53543C. Grayscale: #ADADAD. Windows color (decimal): -5461053 or 12823468. OLE color: 12823468.
HSL color Cylindrical-coordinate representation of color #ACABC3: hue angle of 242.5º degrees, saturation: 0.17, 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 #ACABC3 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 171 | 195 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.24 |
| HSL | 242.5º | 0.17% | 0.72% | - |
| HSV(B) | 242.5º | 0.12% | 0.76% | - |
| XYZ | 41.43 | 41.84 | 57.52 | - |
| YUV | 174.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 195 | 0.12 | 0.12 | 0 | 0.24 | 242.5 | 0.17 | 0.72 |
| Hex | AC | AB | C3 | C | C | 0 | 18 | F2 | 11 | 48 |
| Octal | 254 | 253 | 303 | 14 | 14 | 0 | 30 | 362 | 21 | 110 |
| Binary | 10101100 | 10101011 | 11000011 | 1100 | 1100 | 0 | 11000 | 11110010 | 10001 | 1001000 |
Color Harmonies of #ACABC3
Complementary color
Monochromatic Colors of #ACABC3
Black with #ACABC3
Text Example
Text Example
White with #ACABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABC3; }
p { color: rgb(172,171,195); }
H1.HeaderClassName
{
color: #ACABC3;
}
.AnyTagClassName
{
color: #ACABC3;
}
</style>
background-color css
<style>
a { background-color: #ACABC3; }
a { background-color: rgb(172,171,195); }
div.DivClassName
{
background-color: #ACABC3;
}
.BgClassName
{
background-color: #ACABC3;
}
</style>
border-color css
<style>
span { border-color: #ACABC3; }
span { border-color: rgb(172,171,195); }
td.TdClassName
{
border-color: #ACABC3;
}
.TagClassName
{
border-color: #ACABC3;
}
</style>