Shades of Wistful #ACACCC
Tints of Wistful #ACACCC
RGB
CMYK
RGB Variations
Color information
#ACACCC (or 0xACACCC) is known color: Wistful. HEX triplet: AC, AC and CC. RGB value is (172,172,204). Sum of RGB (Red+Green+Blue) = 172+172+204=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACCC is #535333. Grayscale: #AFAFAF. Windows color (decimal): -5460788 or 13413548. OLE color: 13413548.
HSL color Cylindrical-coordinate representation of color #ACACCC: hue angle of 240º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACACCC is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 172 | 204 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.2 |
| HSL | 240º | 0.24% | 0.74% | - |
| HSV(B) | 240º | 0.16% | 0.8% | - |
| XYZ | 42.66 | 42.64 | 63.11 | - |
| YUV | 175.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 204 | 0.16 | 0.16 | 0 | 0.2 | 240 | 0.24 | 0.74 |
| Hex | AC | AC | CC | 10 | 10 | 0 | 14 | F0 | 18 | 4A |
| Octal | 254 | 254 | 314 | 20 | 20 | 0 | 24 | 360 | 30 | 112 |
| Binary | 10101100 | 10101100 | 11001100 | 10000 | 10000 | 0 | 10100 | 11110000 | 11000 | 1001010 |
Color Harmonies of #ACACCC
Complementary color
Monochromatic Colors of #ACACCC
Black with #ACACCC
Text Example
Text Example
White with #ACACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACCC; }
p { color: rgb(172,172,204); }
H1.HeaderClassName
{
color: #ACACCC;
}
.AnyTagClassName
{
color: #ACACCC;
}
</style>
background-color css
<style>
a { background-color: #ACACCC; }
a { background-color: rgb(172,172,204); }
div.DivClassName
{
background-color: #ACACCC;
}
.BgClassName
{
background-color: #ACACCC;
}
</style>
border-color css
<style>
span { border-color: #ACACCC; }
span { border-color: rgb(172,172,204); }
td.TdClassName
{
border-color: #ACACCC;
}
.TagClassName
{
border-color: #ACACCC;
}
</style>