Shades of Wistful #ACABD0
Tints of Wistful #ACABD0
RGB
CMYK
RGB Variations
Color information
#ACABD0 (or 0xACABD0) is known color: Wistful. HEX triplet: AC, AB and D0. RGB value is (172,171,208). Sum of RGB (Red+Green+Blue) = 172+171+208=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABD0 is #53542F. Grayscale: #AFAFAF. Windows color (decimal): -5461040 or 13675436. OLE color: 13675436.
HSL color Cylindrical-coordinate representation of color #ACABD0: hue angle of 241.62º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACABD0 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 171 | 208 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.18 |
| HSL | 241.62º | 0.28% | 0.74% | - |
| HSV(B) | 241.62º | 0.18% | 0.82% | - |
| XYZ | 42.96 | 42.45 | 65.6 | - |
| YUV | 175.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 208 | 0.17 | 0.18 | 0 | 0.18 | 241.62 | 0.28 | 0.74 |
| Hex | AC | AB | D0 | 11 | 12 | 0 | 12 | F2 | 1C | 4A |
| Octal | 254 | 253 | 320 | 21 | 22 | 0 | 22 | 362 | 34 | 112 |
| Binary | 10101100 | 10101011 | 11010000 | 10001 | 10010 | 0 | 10010 | 11110010 | 11100 | 1001010 |
Color Harmonies of #ACABD0
Complementary color
Monochromatic Colors of #ACABD0
Black with #ACABD0
Text Example
Text Example
White with #ACABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABD0; }
p { color: rgb(172,171,208); }
H1.HeaderClassName
{
color: #ACABD0;
}
.AnyTagClassName
{
color: #ACABD0;
}
</style>
background-color css
<style>
a { background-color: #ACABD0; }
a { background-color: rgb(172,171,208); }
div.DivClassName
{
background-color: #ACABD0;
}
.BgClassName
{
background-color: #ACABD0;
}
</style>
border-color css
<style>
span { border-color: #ACABD0; }
span { border-color: rgb(172,171,208); }
td.TdClassName
{
border-color: #ACABD0;
}
.TagClassName
{
border-color: #ACABD0;
}
</style>