Shades of Wistful #ACAADB
Tints of Wistful #ACAADB
RGB
CMYK
RGB Variations
Color information
#ACAADB (or 0xACAADB) is known color: Wistful. HEX triplet: AC, AA and DB. RGB value is (172,170,219). Sum of RGB (Red+Green+Blue) = 172+170+219=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAADB is #535524. Grayscale: #AFAFAF. Windows color (decimal): -5461285 or 14396076. OLE color: 14396076.
HSL color Cylindrical-coordinate representation of color #ACAADB: hue angle of 242.45º 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 #ACAADB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 170 | 219 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.14 |
| HSL | 242.45º | 0.4% | 0.76% | - |
| HSV(B) | 242.45º | 0.22% | 0.86% | - |
| XYZ | 44.17 | 42.63 | 72.92 | - |
| YUV | 176.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 219 | 0.21 | 0.22 | 0 | 0.14 | 242.45 | 0.4 | 0.76 |
| Hex | AC | AA | DB | 15 | 16 | 0 | E | F2 | 28 | 4C |
| Octal | 254 | 252 | 333 | 25 | 26 | 0 | 16 | 362 | 50 | 114 |
| Binary | 10101100 | 10101010 | 11011011 | 10101 | 10110 | 0 | 1110 | 11110010 | 101000 | 1001100 |
Color Harmonies of #ACAADB
Complementary color
Monochromatic Colors of #ACAADB
Black with #ACAADB
Text Example
Text Example
White with #ACAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAADB; }
p { color: rgb(172,170,219); }
H1.HeaderClassName
{
color: #ACAADB;
}
.AnyTagClassName
{
color: #ACAADB;
}
</style>
background-color css
<style>
a { background-color: #ACAADB; }
a { background-color: rgb(172,170,219); }
div.DivClassName
{
background-color: #ACAADB;
}
.BgClassName
{
background-color: #ACAADB;
}
</style>
border-color css
<style>
span { border-color: #ACAADB; }
span { border-color: rgb(172,170,219); }
td.TdClassName
{
border-color: #ACAADB;
}
.TagClassName
{
border-color: #ACAADB;
}
</style>