Shades of Wistful #ACA2D4
Tints of Wistful #ACA2D4
RGB
CMYK
RGB Variations
Color information
#ACA2D4 (or 0xACA2D4) is known color: Wistful. HEX triplet: AC, A2 and D4. RGB value is (172,162,212). Sum of RGB (Red+Green+Blue) = 172+162+212=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACA2D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D4 is #535D2B. Grayscale: #AAAAAA. Windows color (decimal): -5463340 or 13935276. OLE color: 13935276.
HSL color Cylindrical-coordinate representation of color #ACA2D4: hue angle of 252º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACA2D4 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 162 | 212 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.17 |
| HSL | 252º | 0.37% | 0.73% | - |
| HSV(B) | 252º | 0.24% | 0.83% | - |
| XYZ | 41.82 | 39.36 | 67.68 | - |
| YUV | 170.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 212 | 0.19 | 0.24 | 0 | 0.17 | 252 | 0.37 | 0.73 |
| Hex | AC | A2 | D4 | 13 | 18 | 0 | 11 | FC | 25 | 49 |
| Octal | 254 | 242 | 324 | 23 | 30 | 0 | 21 | 374 | 45 | 111 |
| Binary | 10101100 | 10100010 | 11010100 | 10011 | 11000 | 0 | 10001 | 11111100 | 100101 | 1001001 |
Color Harmonies of #ACA2D4
Complementary color
Monochromatic Colors of #ACA2D4
Black with #ACA2D4
Text Example
Text Example
White with #ACA2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2D4; }
p { color: rgb(172,162,212); }
H1.HeaderClassName
{
color: #ACA2D4;
}
.AnyTagClassName
{
color: #ACA2D4;
}
</style>
background-color css
<style>
a { background-color: #ACA2D4; }
a { background-color: rgb(172,162,212); }
div.DivClassName
{
background-color: #ACA2D4;
}
.BgClassName
{
background-color: #ACA2D4;
}
</style>
border-color css
<style>
span { border-color: #ACA2D4; }
span { border-color: rgb(172,162,212); }
td.TdClassName
{
border-color: #ACA2D4;
}
.TagClassName
{
border-color: #ACA2D4;
}
</style>