#ACA2EA

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

Shades of Wistful #ACA2EA

Tints of Wistful #ACA2EA

Color information

#ACA2EA (or 0xACA2EA) is unknown color: approx Wistful. HEX triplet: AC, A2 and EA. RGB value is (172,162,234). Sum of RGB (Red+Green+Blue) = 172+162+234=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACA2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2EA is #535D15. Grayscale: #ACACAC. Windows color (decimal): -5463318 or 15377068. OLE color: 15377068.

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

Color convert

RGB172162234-
CMYK0.260.3100.08
HSL248.33º63.16%77.65%-
HSV(B)248.33º30.77%91.76%-
XYZ44.7840.5583.31-
YUV173.2162.31127.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=30.28%
G=28.52%
B=41.20%

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
Decimal1721622340.260.3100.08248.3363.1677.65
HexACA2EA1A1F08f83f4e
Octal254242352323701037077116
Binary101011001010001011101010110101111101000111110001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2EA; }

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

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

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

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

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

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

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

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