Shades of Wistful #ACACD9
Tints of Wistful #ACACD9
RGB
CMYK
RGB Variations
Color information
#ACACD9 (or 0xACACD9) is known color: Wistful. HEX triplet: AC, AC and D9. RGB value is (172,172,217). Sum of RGB (Red+Green+Blue) = 172+172+217=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD9 is #535326. Grayscale: #B0B0B0. Windows color (decimal): -5460775 or 14265516. OLE color: 14265516.
HSL color Cylindrical-coordinate representation of color #ACACD9: hue angle of 240º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACACD9 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 172 | 217 | - |
CMYK | 0.21 | 0.21 | 0 | 0.15 |
HSL | 240º | 0.37% | 0.76% | - |
HSV(B) | 240º | 0.21% | 0.85% | - |
XYZ | 44.29 | 43.29 | 71.67 | - |
YUV | 177.13 | 150.5 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 217 | 0.21 | 0.21 | 0 | 0.15 | 240 | 0.37 | 0.76 |
Hex | AC | AC | D9 | 15 | 15 | 0 | F | F0 | 25 | 4C |
Octal | 254 | 254 | 331 | 25 | 25 | 0 | 17 | 360 | 45 | 114 |
Binary | 10101100 | 10101100 | 11011001 | 10101 | 10101 | 0 | 1111 | 11110000 | 100101 | 1001100 |
Color Harmonies of #ACACD9
Complementary color
Monochromatic Colors of #ACACD9
Black with #ACACD9
Text Example
Text Example
White with #ACACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACD9; }
p { color: rgb(172,172,217); }
H1.HeaderClassName
{
color: #ACACD9;
}
.AnyTagClassName
{
color: #ACACD9;
}
</style>
background-color css
<style>
a { background-color: #ACACD9; }
a { background-color: rgb(172,172,217); }
div.DivClassName
{
background-color: #ACACD9;
}
.BgClassName
{
background-color: #ACACD9;
}
</style>
border-color css
<style>
span { border-color: #ACACD9; }
span { border-color: rgb(172,172,217); }
td.TdClassName
{
border-color: #ACACD9;
}
.TagClassName
{
border-color: #ACACD9;
}
</style>