Shades of Wistful #ACABCD
Tints of Wistful #ACABCD
RGB
CMYK
RGB Variations
Color information
#ACABCD (or 0xACABCD) is known color: Wistful. HEX triplet: AC, AB and CD. RGB value is (172,171,205). Sum of RGB (Red+Green+Blue) = 172+171+205=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABCD is #535432. Grayscale: #AFAFAF. Windows color (decimal): -5461043 or 13478828. OLE color: 13478828.
HSL color Cylindrical-coordinate representation of color #ACABCD: hue angle of 241.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACABCD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 171 | 205 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.20 |
| HSL | 241.76º | 0.25% | 0.74% | - |
| HSV(B) | 241.76º | 0.17% | 0.8% | - |
| XYZ | 42.6 | 42.3 | 63.68 | - |
| YUV | 175.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 205 | 0.16 | 0.17 | 0 | 0.20 | 241.76 | 0.25 | 0.74 |
| Hex | AC | AB | CD | 10 | 11 | 0 | 14 | F2 | 19 | 4A |
| Octal | 254 | 253 | 315 | 20 | 21 | 0 | 24 | 362 | 31 | 112 |
| Binary | 10101100 | 10101011 | 11001101 | 10000 | 10001 | 0 | 10100 | 11110010 | 11001 | 1001010 |
Color Harmonies of #ACABCD
Complementary color
Monochromatic Colors of #ACABCD
Black with #ACABCD
Text Example
Text Example
White with #ACABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABCD; }
p { color: rgb(172,171,205); }
H1.HeaderClassName
{
color: #ACABCD;
}
.AnyTagClassName
{
color: #ACABCD;
}
</style>
background-color css
<style>
a { background-color: #ACABCD; }
a { background-color: rgb(172,171,205); }
div.DivClassName
{
background-color: #ACABCD;
}
.BgClassName
{
background-color: #ACABCD;
}
</style>
border-color css
<style>
span { border-color: #ACABCD; }
span { border-color: rgb(172,171,205); }
td.TdClassName
{
border-color: #ACABCD;
}
.TagClassName
{
border-color: #ACABCD;
}
</style>