Shades of Wistful #ACABD2
Tints of Wistful #ACABD2
RGB
CMYK
RGB Variations
Color information
#ACABD2 (or 0xACABD2) is known color: Wistful. HEX triplet: AC, AB and D2. RGB value is (172,171,210). Sum of RGB (Red+Green+Blue) = 172+171+210=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD2 is #53542D. Grayscale: #AFAFAF. Windows color (decimal): -5461038 or 13806508. OLE color: 13806508.
HSL color Cylindrical-coordinate representation of color #ACABD2: hue angle of 241.54º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACABD2 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 171 | 210 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.18 |
| HSL | 241.54º | 0.3% | 0.75% | - |
| HSV(B) | 241.54º | 0.19% | 0.82% | - |
| XYZ | 43.21 | 42.55 | 66.91 | - |
| YUV | 175.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 210 | 0.18 | 0.19 | 0 | 0.18 | 241.54 | 0.3 | 0.75 |
| Hex | AC | AB | D2 | 12 | 13 | 0 | 12 | F2 | 1E | 4B |
| Octal | 254 | 253 | 322 | 22 | 23 | 0 | 22 | 362 | 36 | 113 |
| Binary | 10101100 | 10101011 | 11010010 | 10010 | 10011 | 0 | 10010 | 11110010 | 11110 | 1001011 |
Color Harmonies of #ACABD2
Complementary color
Monochromatic Colors of #ACABD2
Black with #ACABD2
Text Example
Text Example
White with #ACABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABD2; }
p { color: rgb(172,171,210); }
H1.HeaderClassName
{
color: #ACABD2;
}
.AnyTagClassName
{
color: #ACABD2;
}
</style>
background-color css
<style>
a { background-color: #ACABD2; }
a { background-color: rgb(172,171,210); }
div.DivClassName
{
background-color: #ACABD2;
}
.BgClassName
{
background-color: #ACABD2;
}
</style>
border-color css
<style>
span { border-color: #ACABD2; }
span { border-color: rgb(172,171,210); }
td.TdClassName
{
border-color: #ACABD2;
}
.TagClassName
{
border-color: #ACABD2;
}
</style>