#ACA9DE

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

Shades of Wistful #ACA9DE

Tints of Wistful #ACA9DE

Color information

#ACA9DE (or 0xACA9DE) is unknown color: approx Wistful. HEX triplet: AC, A9 and DE. RGB value is (172,169,222). Sum of RGB (Red+Green+Blue) = 172+169+222=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA9DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9DE is #535621. Grayscale: #AFAFAF. Windows color (decimal): -5461538 or 14592428. OLE color: 14592428.

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

Color convert

RGB172169222-
CMYK0.230.2400.13
HSL243.4º44.54%76.67%-
HSV(B)243.4º23.87%87.06%-
XYZ44.3942.4274.96-
YUV175.94153.99125.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=30.55%
G=30.02%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721692220.230.2400.13243.444.5476.67
HexACA9DE17180Df32d4d
Octal254251336273001536355115
Binary101011001010100111011110101111100001101111100111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9DE; }

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

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

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

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

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

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

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

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