Shades of Wistful #ACABD5
Tints of Wistful #ACABD5
RGB
CMYK
RGB Variations
Color information
#ACABD5 (or 0xACABD5) is known color: Wistful. HEX triplet: AC, AB and D5. RGB value is (172,171,213). Sum of RGB (Red+Green+Blue) = 172+171+213=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD5 is #53542A. Grayscale: #AFAFAF. Windows color (decimal): -5461035 or 14003116. OLE color: 14003116.
HSL color Cylindrical-coordinate representation of color #ACABD5: hue angle of 241.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACABD5 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 171 | 213 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.16 |
| HSL | 241.43º | 0.33% | 0.75% | - |
| HSV(B) | 241.43º | 0.2% | 0.84% | - |
| XYZ | 43.59 | 42.7 | 68.9 | - |
| YUV | 176.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 213 | 0.19 | 0.20 | 0 | 0.16 | 241.43 | 0.33 | 0.75 |
| Hex | AC | AB | D5 | 13 | 14 | 0 | 10 | F1 | 21 | 4B |
| Octal | 254 | 253 | 325 | 23 | 24 | 0 | 20 | 361 | 41 | 113 |
| Binary | 10101100 | 10101011 | 11010101 | 10011 | 10100 | 0 | 10000 | 11110001 | 100001 | 1001011 |
Color Harmonies of #ACABD5
Complementary color
Monochromatic Colors of #ACABD5
Black with #ACABD5
Text Example
Text Example
White with #ACABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABD5; }
p { color: rgb(172,171,213); }
H1.HeaderClassName
{
color: #ACABD5;
}
.AnyTagClassName
{
color: #ACABD5;
}
</style>
background-color css
<style>
a { background-color: #ACABD5; }
a { background-color: rgb(172,171,213); }
div.DivClassName
{
background-color: #ACABD5;
}
.BgClassName
{
background-color: #ACABD5;
}
</style>
border-color css
<style>
span { border-color: #ACABD5; }
span { border-color: rgb(172,171,213); }
td.TdClassName
{
border-color: #ACABD5;
}
.TagClassName
{
border-color: #ACABD5;
}
</style>