#ACA5EB

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

Shades of Wistful #ACA5EB

Tints of Wistful #ACA5EB

Color information

#ACA5EB (or 0xACA5EB) is unknown color: approx Wistful. HEX triplet: AC, A5 and EB. RGB value is (172,165,235). Sum of RGB (Red+Green+Blue) = 172+165+235=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACA5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA5EB is #535A14. Grayscale: #AEAEAE. Windows color (decimal): -5462549 or 15443372. OLE color: 15443372.

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

Color convert

RGB172165235-
CMYK0.270.3000.08
HSL246º63.64%78.43%-
HSV(B)246º29.79%92.16%-
XYZ45.4641.6884.25-
YUV175.07161.82125.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 165 (64.84% from 255) = 28.85%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=30.07%
G=28.85%
B=41.08%

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
Decimal1721652350.270.3000.0824663.6478.43
HexACA5EB1B1E08f6404e
Octal2542453533336010366100116
Binary1010110010100101111010111101111110010001111011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5EB; }

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

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

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

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

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

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

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

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