#ACA5DF

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

Shades of Wistful #ACA5DF

Tints of Wistful #ACA5DF

Color information

#ACA5DF (or 0xACA5DF) is unknown color: approx Wistful. HEX triplet: AC, A5 and DF. RGB value is (172,165,223). Sum of RGB (Red+Green+Blue) = 172+165+223=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACA5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5DF is #535A20. Grayscale: #ADADAD. Windows color (decimal): -5462561 or 14656940. OLE color: 14656940.

HSL color Cylindrical-coordinate representation of color #ACA5DF: hue angle of 247.24º 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 #ACA5DF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172165223-
CMYK0.230.2600.13
HSL247.24º47.54%76.08%-
HSV(B)247.24º26.01%87.45%-
XYZ43.7941.0175.42-
YUV173.7155.82126.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=30.71%
G=29.46%
B=39.82%

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
Decimal1721652230.230.2600.13247.2447.5476.08
HexACA5DF171A0Df7304c
Octal254245337273201536760114
Binary101011001010010111011111101111101001101111101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5DF; }

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

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

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

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

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

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

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

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