Shades of Wistful #ACACDC
Tints of Wistful #ACACDC
RGB
CMYK
RGB Variations
Color information
#ACACDC (or 0xACACDC) is known color: Wistful. HEX triplet: AC, AC and DC. RGB value is (172,172,220). Sum of RGB (Red+Green+Blue) = 172+172+220=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDC is #535323. Grayscale: #B1B1B1. Windows color (decimal): -5460772 or 14462124. OLE color: 14462124.
HSL color Cylindrical-coordinate representation of color #ACACDC: hue angle of 240º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACACDC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 172 | 220 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.14 |
| HSL | 240º | 0.41% | 0.77% | - |
| HSV(B) | 240º | 0.22% | 0.86% | - |
| XYZ | 44.68 | 43.44 | 73.74 | - |
| YUV | 177.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 220 | 0.22 | 0.22 | 0 | 0.14 | 240 | 0.41 | 0.77 |
| Hex | AC | AC | DC | 16 | 16 | 0 | E | F0 | 29 | 4D |
| Octal | 254 | 254 | 334 | 26 | 26 | 0 | 16 | 360 | 51 | 115 |
| Binary | 10101100 | 10101100 | 11011100 | 10110 | 10110 | 0 | 1110 | 11110000 | 101001 | 1001101 |
Color Harmonies of #ACACDC
Complementary color
Monochromatic Colors of #ACACDC
Black with #ACACDC
Text Example
Text Example
White with #ACACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACDC; }
p { color: rgb(172,172,220); }
H1.HeaderClassName
{
color: #ACACDC;
}
.AnyTagClassName
{
color: #ACACDC;
}
</style>
background-color css
<style>
a { background-color: #ACACDC; }
a { background-color: rgb(172,172,220); }
div.DivClassName
{
background-color: #ACACDC;
}
.BgClassName
{
background-color: #ACACDC;
}
</style>
border-color css
<style>
span { border-color: #ACACDC; }
span { border-color: rgb(172,172,220); }
td.TdClassName
{
border-color: #ACACDC;
}
.TagClassName
{
border-color: #ACACDC;
}
</style>