#ACA2EC

Color #ACA2EC Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #ACA2EC

Tints of Wistful #ACA2EC

Color information

#ACA2EC (or 0xACA2EC) is unknown color: approx Wistful. HEX triplet: AC, A2 and EC. RGB value is (172,162,236). Sum of RGB (Red+Green+Blue) = 172+162+236=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2EC is #535D13. Grayscale: #ADADAD. Windows color (decimal): -5463316 or 15508140. OLE color: 15508140.

HSL color Cylindrical-coordinate representation of color #ACA2EC: hue angle of 248.11º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA2EC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172162236-
CMYK0.270.3100.07
HSL248.11º66.07%78.04%-
HSV(B)248.11º31.36%92.55%-
XYZ45.0740.6784.83-
YUV173.43163.31126.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=30.18%
G=28.42%
B=41.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721622360.270.3100.07248.1166.0778.04
HexACA2EC1B1F07f8424e
Octal254242354333707370102116
Binary101011001010001011101100110111111101111111100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2EC; }

 p { color: rgb(172,162,236); }

 H1.HeaderClassName
 {
   color: #ACA2EC;
 }
 .AnyTagClassName
 {
   color: #ACA2EC;
 }
</style>
background-color css

<style>
 a { background-color: #ACA2EC; }

 a { background-color: rgb(172,162,236); }

 div.DivClassName
 {
   background-color: #ACA2EC;
 }
 .BgClassName
 {
   background-color: #ACA2EC;
 }
</style>
border-color css

<style>
 span { border-color: #ACA2EC; }

 span { border-color: rgb(172,162,236); }

 td.TdClassName
 {
   border-color: #ACA2EC;
 }
 .TagClassName
 {
   border-color: #ACA2EC;
 }
</style>