#ACA4EB

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

Shades of Wistful #ACA4EB

Tints of Wistful #ACA4EB

Color information

#ACA4EB (or 0xACA4EB) is unknown color: approx Wistful. HEX triplet: AC, A4 and EB. RGB value is (172,164,235). Sum of RGB (Red+Green+Blue) = 172+164+235=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACA4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA4EB is #535B14. Grayscale: #AEAEAE. Windows color (decimal): -5462805 or 15443116. OLE color: 15443116.

HSL color Cylindrical-coordinate representation of color #ACA4EB: hue angle of 246.76º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACA4EB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172164235-
CMYK0.270.3000.08
HSL246.76º63.96%78.24%-
HSV(B)246.76º30.21%92.16%-
XYZ45.2841.3284.19-
YUV174.49162.15126.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 164 (64.45% from 255) = 28.72%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=30.12%
G=28.72%
B=41.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721642350.270.3000.08246.7663.9678.24
HexACA4EB1B1E08f7404e
Octal2542443533336010367100116
Binary1010110010100100111010111101111110010001111011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4EB; }

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

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

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

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

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

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

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

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