Shades of Wistful #ACABDF
Tints of Wistful #ACABDF
RGB
CMYK
RGB Variations
Color information
#ACABDF (or 0xACABDF) is known color: Wistful. HEX triplet: AC, AB and DF. RGB value is (172,171,223). Sum of RGB (Red+Green+Blue) = 172+171+223=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDF is #535420. Grayscale: #B1B1B1. Windows color (decimal): -5461025 or 14658476. OLE color: 14658476.
HSL color Cylindrical-coordinate representation of color #ACABDF: hue angle of 241.15º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACABDF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 171 | 223 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.13 |
| HSL | 241.15º | 0.45% | 0.77% | - |
| HSV(B) | 241.15º | 0.23% | 0.87% | - |
| XYZ | 44.9 | 43.22 | 75.79 | - |
| YUV | 177.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 223 | 0.23 | 0.23 | 0 | 0.13 | 241.15 | 0.45 | 0.77 |
| Hex | AC | AB | DF | 17 | 17 | 0 | D | F1 | 2D | 4D |
| Octal | 254 | 253 | 337 | 27 | 27 | 0 | 15 | 361 | 55 | 115 |
| Binary | 10101100 | 10101011 | 11011111 | 10111 | 10111 | 0 | 1101 | 11110001 | 101101 | 1001101 |
Color Harmonies of #ACABDF
Complementary color
Monochromatic Colors of #ACABDF
Black with #ACABDF
Text Example
Text Example
White with #ACABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABDF; }
p { color: rgb(172,171,223); }
H1.HeaderClassName
{
color: #ACABDF;
}
.AnyTagClassName
{
color: #ACABDF;
}
</style>
background-color css
<style>
a { background-color: #ACABDF; }
a { background-color: rgb(172,171,223); }
div.DivClassName
{
background-color: #ACABDF;
}
.BgClassName
{
background-color: #ACABDF;
}
</style>
border-color css
<style>
span { border-color: #ACABDF; }
span { border-color: rgb(172,171,223); }
td.TdClassName
{
border-color: #ACABDF;
}
.TagClassName
{
border-color: #ACABDF;
}
</style>