Shades of Wistful #ACABCB
Tints of Wistful #ACABCB
RGB
CMYK
RGB Variations
Color information
#ACABCB (or 0xACABCB) is known color: Wistful. HEX triplet: AC, AB and CB. RGB value is (172,171,203). Sum of RGB (Red+Green+Blue) = 172+171+203=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABCB is #535434. Grayscale: #AEAEAE. Windows color (decimal): -5461045 or 13347756. OLE color: 13347756.
HSL color Cylindrical-coordinate representation of color #ACABCB: hue angle of 241.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACABCB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 171 | 203 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.20 |
| HSL | 241.88º | 0.24% | 0.73% | - |
| HSV(B) | 241.88º | 0.16% | 0.8% | - |
| XYZ | 42.36 | 42.21 | 62.41 | - |
| YUV | 174.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 203 | 0.15 | 0.16 | 0 | 0.20 | 241.88 | 0.24 | 0.73 |
| Hex | AC | AB | CB | F | 10 | 0 | 14 | F2 | 18 | 49 |
| Octal | 254 | 253 | 313 | 17 | 20 | 0 | 24 | 362 | 30 | 111 |
| Binary | 10101100 | 10101011 | 11001011 | 1111 | 10000 | 0 | 10100 | 11110010 | 11000 | 1001001 |
Color Harmonies of #ACABCB
Complementary color
Monochromatic Colors of #ACABCB
Black with #ACABCB
Text Example
Text Example
White with #ACABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABCB; }
p { color: rgb(172,171,203); }
H1.HeaderClassName
{
color: #ACABCB;
}
.AnyTagClassName
{
color: #ACABCB;
}
</style>
background-color css
<style>
a { background-color: #ACABCB; }
a { background-color: rgb(172,171,203); }
div.DivClassName
{
background-color: #ACABCB;
}
.BgClassName
{
background-color: #ACABCB;
}
</style>
border-color css
<style>
span { border-color: #ACABCB; }
span { border-color: rgb(172,171,203); }
td.TdClassName
{
border-color: #ACABCB;
}
.TagClassName
{
border-color: #ACABCB;
}
</style>