Shades of Wistful #ACA2E2
Tints of Wistful #ACA2E2
RGB
CMYK
RGB Variations
Color information
#ACA2E2 (or 0xACA2E2) is known color: Wistful. HEX triplet: AC, A2 and E2. RGB value is (172,162,226). Sum of RGB (Red+Green+Blue) = 172+162+226=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACA2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2E2 is #535D1D. Grayscale: #ACACAC. Windows color (decimal): -5463326 or 14852780. OLE color: 14852780.
HSL color Cylindrical-coordinate representation of color #ACA2E2: hue angle of 249.38º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACA2E2 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 172 | 162 | 226 | - |
CMYK | 0.24 | 0.28 | 0 | 0.11 |
HSL | 249.38º | 0.52% | 0.76% | - |
HSV(B) | 249.38º | 0.28% | 0.89% | - |
XYZ | 43.66 | 40.1 | 77.39 | - |
YUV | 172.29 | 158.31 | 127.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 162 | 226 | 0.24 | 0.28 | 0 | 0.11 | 249.38 | 0.52 | 0.76 |
Hex | AC | A2 | E2 | 18 | 1C | 0 | B | F9 | 34 | 4C |
Octal | 254 | 242 | 342 | 30 | 34 | 0 | 13 | 371 | 64 | 114 |
Binary | 10101100 | 10100010 | 11100010 | 11000 | 11100 | 0 | 1011 | 11111001 | 110100 | 1001100 |
Color Harmonies of #ACA2E2
Complementary color
Monochromatic Colors of #ACA2E2
Black with #ACA2E2
Text Example
Text Example
White with #ACA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2E2; }
p { color: rgb(172,162,226); }
H1.HeaderClassName
{
color: #ACA2E2;
}
.AnyTagClassName
{
color: #ACA2E2;
}
</style>
background-color css
<style>
a { background-color: #ACA2E2; }
a { background-color: rgb(172,162,226); }
div.DivClassName
{
background-color: #ACA2E2;
}
.BgClassName
{
background-color: #ACA2E2;
}
</style>
border-color css
<style>
span { border-color: #ACA2E2; }
span { border-color: rgb(172,162,226); }
td.TdClassName
{
border-color: #ACA2E2;
}
.TagClassName
{
border-color: #ACA2E2;
}
</style>