#ACA1EA

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

Shades of Wistful #ACA1EA

Tints of Wistful #ACA1EA

Color information

#ACA1EA (or 0xACA1EA) is unknown color: approx Wistful. HEX triplet: AC, A1 and EA. RGB value is (172,161,234). Sum of RGB (Red+Green+Blue) = 172+161+234=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA1EA is #535E15. Grayscale: #ACACAC. Windows color (decimal): -5463574 or 15376812. OLE color: 15376812.

HSL color Cylindrical-coordinate representation of color #ACA1EA: hue angle of 249.04º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA1EA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172161234-
CMYK0.260.3100.08
HSL249.04º63.48%77.45%-
HSV(B)249.04º31.2%91.76%-
XYZ44.6140.283.25-
YUV172.61162.64127.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=30.34%
G=28.40%
B=41.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721612340.260.3100.08249.0463.4877.45
HexACA1EA1A1F08f93f4d
Octal254241352323701037177115
Binary101011001010000111101010110101111101000111110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1EA; }

 p { color: rgb(172,161,234); }

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

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

 a { background-color: rgb(172,161,234); }

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

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

 span { border-color: rgb(172,161,234); }

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