#ACA2EB

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

Shades of Wistful #ACA2EB

Tints of Wistful #ACA2EB

Color information

#ACA2EB (or 0xACA2EB) is unknown color: approx Wistful. HEX triplet: AC, A2 and EB. RGB value is (172,162,235). Sum of RGB (Red+Green+Blue) = 172+162+235=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2EB is #535D14. Grayscale: #ADADAD. Windows color (decimal): -5463317 or 15442604. OLE color: 15442604.

HSL color Cylindrical-coordinate representation of color #ACA2EB: hue angle of 248.22º degrees, saturation: 0.65, 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 #ACA2EB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172162235-
CMYK0.270.3100.08
HSL248.22º64.6%77.84%-
HSV(B)248.22º31.06%92.16%-
XYZ44.9340.6184.07-
YUV173.31162.81127.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=30.23%
G=28.47%
B=41.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721622350.270.3100.08248.2264.677.84
HexACA2EB1B1F08f8414e
Octal2542423533337010370101116
Binary1010110010100010111010111101111111010001111100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2EB; }

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

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

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

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

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

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

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

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