Shades of Wistful #ACABDB
Tints of Wistful #ACABDB
RGB
CMYK
RGB Variations
Color information
#ACABDB (or 0xACABDB) is known color: Wistful. HEX triplet: AC, AB and DB. RGB value is (172,171,219). Sum of RGB (Red+Green+Blue) = 172+171+219=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDB is #535424. Grayscale: #B0B0B0. Windows color (decimal): -5461029 or 14396332. OLE color: 14396332.
HSL color Cylindrical-coordinate representation of color #ACABDB: hue angle of 241.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACABDB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 171 | 219 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.14 |
| HSL | 241.25º | 0.4% | 0.76% | - |
| HSV(B) | 241.25º | 0.22% | 0.86% | - |
| XYZ | 44.36 | 43.01 | 72.98 | - |
| YUV | 176.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 219 | 0.21 | 0.22 | 0 | 0.14 | 241.25 | 0.4 | 0.76 |
| Hex | AC | AB | DB | 15 | 16 | 0 | E | F1 | 28 | 4C |
| Octal | 254 | 253 | 333 | 25 | 26 | 0 | 16 | 361 | 50 | 114 |
| Binary | 10101100 | 10101011 | 11011011 | 10101 | 10110 | 0 | 1110 | 11110001 | 101000 | 1001100 |
Color Harmonies of #ACABDB
Complementary color
Monochromatic Colors of #ACABDB
Black with #ACABDB
Text Example
Text Example
White with #ACABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABDB; }
p { color: rgb(172,171,219); }
H1.HeaderClassName
{
color: #ACABDB;
}
.AnyTagClassName
{
color: #ACABDB;
}
</style>
background-color css
<style>
a { background-color: #ACABDB; }
a { background-color: rgb(172,171,219); }
div.DivClassName
{
background-color: #ACABDB;
}
.BgClassName
{
background-color: #ACABDB;
}
</style>
border-color css
<style>
span { border-color: #ACABDB; }
span { border-color: rgb(172,171,219); }
td.TdClassName
{
border-color: #ACABDB;
}
.TagClassName
{
border-color: #ACABDB;
}
</style>