#ACA4DF

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

Shades of Wistful #ACA4DF

Tints of Wistful #ACA4DF

Color information

#ACA4DF (or 0xACA4DF) is unknown color: approx Wistful. HEX triplet: AC, A4 and DF. RGB value is (172,164,223). Sum of RGB (Red+Green+Blue) = 172+164+223=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4DF is #535B20. Grayscale: #ACACAC. Windows color (decimal): -5462817 or 14656684. OLE color: 14656684.

HSL color Cylindrical-coordinate representation of color #ACA4DF: hue angle of 248.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA4DF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172164223-
CMYK0.230.2600.13
HSL248.14º47.97%75.88%-
HSV(B)248.14º26.46%87.45%-
XYZ43.6140.6575.36-
YUV173.12156.15127.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=30.77%
G=29.34%
B=39.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721642230.230.2600.13248.1447.9775.88
HexACA4DF171A0Df8304c
Octal254244337273201537060114
Binary101011001010010011011111101111101001101111110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4DF; }

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

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

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

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

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

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

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

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