#ACA3ED

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

Shades of Wistful #ACA3ED

Tints of Wistful #ACA3ED

Color information

#ACA3ED (or 0xACA3ED) is unknown color: approx Wistful. HEX triplet: AC, A3 and ED. RGB value is (172,163,237). Sum of RGB (Red+Green+Blue) = 172+163+237=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA3ED is #535C12. Grayscale: #ADADAD. Windows color (decimal): -5463059 or 15573932. OLE color: 15573932.

HSL color Cylindrical-coordinate representation of color #ACA3ED: hue angle of 247.3º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACA3ED is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172163237-
CMYK0.270.3100.07
HSL247.3º67.27%78.43%-
HSV(B)247.3º31.22%92.94%-
XYZ45.441.0885.66-
YUV174.13163.48126.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 163 (64.06% from 255) = 28.50%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=30.07%
G=28.50%
B=41.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721632370.270.3100.07247.367.2778.43
HexACA3ED1B1F07f7434e
Octal254243355333707367103116
Binary101011001010001111101101110111111101111111011110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3ED; }

 p { color: rgb(172,163,237); }

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

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

 a { background-color: rgb(172,163,237); }

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

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

 span { border-color: rgb(172,163,237); }

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