#ACA4E2

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

Shades of Wistful #ACA4E2

Tints of Wistful #ACA4E2

Color information

#ACA4E2 (or 0xACA4E2) is unknown color: approx Wistful. HEX triplet: AC, A4 and E2. RGB value is (172,164,226). Sum of RGB (Red+Green+Blue) = 172+164+226=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACA4E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4E2 is #535B1D. Grayscale: #ADADAD. Windows color (decimal): -5462814 or 14853292. OLE color: 14853292.

HSL color Cylindrical-coordinate representation of color #ACA4E2: hue angle of 247.74º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACA4E2 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172164226-
CMYK0.240.2700.11
HSL247.74º51.67%76.47%-
HSV(B)247.74º27.43%88.63%-
XYZ44.0240.8177.51-
YUV173.46157.65126.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 226 (88.67% from 255) = 40.21%
R=30.60%
G=29.18%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721642260.240.2700.11247.7451.6776.47
HexACA4E2181B0Bf8344c
Octal254244342303301337064114
Binary101011001010010011100010110001101101011111110001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4E2; }

 p { color: rgb(172,164,226); }

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

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

 a { background-color: rgb(172,164,226); }

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

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

 span { border-color: rgb(172,164,226); }

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