#ACA5DE

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

Shades of Wistful #ACA5DE

Tints of Wistful #ACA5DE

Color information

#ACA5DE (or 0xACA5DE) is unknown color: approx Wistful. HEX triplet: AC, A5 and DE. RGB value is (172,165,222). Sum of RGB (Red+Green+Blue) = 172+165+222=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5DE is #535A21. Grayscale: #ADADAD. Windows color (decimal): -5462562 or 14591404. OLE color: 14591404.

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

Color convert

RGB172165222-
CMYK0.230.2600.13
HSL247.37º46.34%75.88%-
HSV(B)247.37º25.68%87.06%-
XYZ43.6540.9574.71-
YUV173.59155.32126.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=30.77%
G=29.52%
B=39.71%

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
Decimal1721652220.230.2600.13247.3746.3475.88
HexACA5DE171A0Df72e4c
Octal254245336273201536756114
Binary101011001010010111011110101111101001101111101111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5DE; }

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

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

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

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

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

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

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

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