#ACA4ED

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

Shades of Wistful #ACA4ED

Tints of Wistful #ACA4ED

Color information

#ACA4ED (or 0xACA4ED) is unknown color: approx Wistful. HEX triplet: AC, A4 and ED. RGB value is (172,164,237). Sum of RGB (Red+Green+Blue) = 172+164+237=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACA4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA4ED is #535B12. Grayscale: #AEAEAE. Windows color (decimal): -5462803 or 15574188. OLE color: 15574188.

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

Color convert

RGB172164237-
CMYK0.270.3100.07
HSL246.58º66.97%78.63%-
HSV(B)246.58º30.8%92.94%-
XYZ45.5741.4485.72-
YUV174.71163.15126.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=30.02%
G=28.62%
B=41.36%

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
Decimal1721642370.270.3100.07246.5866.9778.63
HexACA4ED1B1F07f7434f
Octal254244355333707367103117
Binary101011001010010011101101110111111101111111011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4ED; }

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

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

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

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

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

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

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

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