Shades of Wistful #ACA2D3
Tints of Wistful #ACA2D3
RGB
CMYK
RGB Variations
Color information
#ACA2D3 (or 0xACA2D3) is known color: Wistful. HEX triplet: AC, A2 and D3. RGB value is (172,162,211). Sum of RGB (Red+Green+Blue) = 172+162+211=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACA2D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D3 is #535D2C. Grayscale: #AAAAAA. Windows color (decimal): -5463341 or 13869740. OLE color: 13869740.
HSL color Cylindrical-coordinate representation of color #ACA2D3: hue angle of 252.24º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA2D3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 162 | 211 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.17 |
| HSL | 252.24º | 0.36% | 0.73% | - |
| HSV(B) | 252.24º | 0.23% | 0.83% | - |
| XYZ | 41.69 | 39.31 | 67.02 | - |
| YUV | 170.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 211 | 0.18 | 0.23 | 0 | 0.17 | 252.24 | 0.36 | 0.73 |
| Hex | AC | A2 | D3 | 12 | 17 | 0 | 11 | FC | 24 | 49 |
| Octal | 254 | 242 | 323 | 22 | 27 | 0 | 21 | 374 | 44 | 111 |
| Binary | 10101100 | 10100010 | 11010011 | 10010 | 10111 | 0 | 10001 | 11111100 | 100100 | 1001001 |
Color Harmonies of #ACA2D3
Complementary color
Monochromatic Colors of #ACA2D3
Black with #ACA2D3
Text Example
Text Example
White with #ACA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2D3; }
p { color: rgb(172,162,211); }
H1.HeaderClassName
{
color: #ACA2D3;
}
.AnyTagClassName
{
color: #ACA2D3;
}
</style>
background-color css
<style>
a { background-color: #ACA2D3; }
a { background-color: rgb(172,162,211); }
div.DivClassName
{
background-color: #ACA2D3;
}
.BgClassName
{
background-color: #ACA2D3;
}
</style>
border-color css
<style>
span { border-color: #ACA2D3; }
span { border-color: rgb(172,162,211); }
td.TdClassName
{
border-color: #ACA2D3;
}
.TagClassName
{
border-color: #ACA2D3;
}
</style>