Shades of Wistful #ACA2ED
Tints of Wistful #ACA2ED
RGB
CMYK
RGB Variations
Color information
#ACA2ED (or 0xACA2ED) is known color: Wistful. HEX triplet: AC, A2 and ED. RGB value is (172,162,237). Sum of RGB (Red+Green+Blue) = 172+162+237=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2ED is #535D12. Grayscale: #ADADAD. Windows color (decimal): -5463315 or 15573676. OLE color: 15573676.
HSL color Cylindrical-coordinate representation of color #ACA2ED: hue angle of 248º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACA2ED is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 162 | 237 | - |
CMYK | 0.27 | 0.32 | 0 | 0.07 |
HSL | 248º | 0.68% | 0.78% | - |
HSV(B) | 248º | 0.32% | 0.93% | - |
XYZ | 45.22 | 40.73 | 85.6 | - |
YUV | 173.54 | 163.81 | 126.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 162 | 237 | 0.27 | 0.32 | 0 | 0.07 | 248 | 0.68 | 0.78 |
Hex | AC | A2 | ED | 1B | 20 | 0 | 7 | F8 | 44 | 4E |
Octal | 254 | 242 | 355 | 33 | 40 | 0 | 7 | 370 | 104 | 116 |
Binary | 10101100 | 10100010 | 11101101 | 11011 | 100000 | 0 | 111 | 11111000 | 1000100 | 1001110 |
Color Harmonies of #ACA2ED
Complementary color
Monochromatic Colors of #ACA2ED
Black with #ACA2ED
Text Example
Text Example
White with #ACA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2ED; }
p { color: rgb(172,162,237); }
H1.HeaderClassName
{
color: #ACA2ED;
}
.AnyTagClassName
{
color: #ACA2ED;
}
</style>
background-color css
<style>
a { background-color: #ACA2ED; }
a { background-color: rgb(172,162,237); }
div.DivClassName
{
background-color: #ACA2ED;
}
.BgClassName
{
background-color: #ACA2ED;
}
</style>
border-color css
<style>
span { border-color: #ACA2ED; }
span { border-color: rgb(172,162,237); }
td.TdClassName
{
border-color: #ACA2ED;
}
.TagClassName
{
border-color: #ACA2ED;
}
</style>