#ACA8DE

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

Shades of Wistful #ACA8DE

Tints of Wistful #ACA8DE

Color information

#ACA8DE (or 0xACA8DE) is unknown color: approx Wistful. HEX triplet: AC, A8 and DE. RGB value is (172,168,222). Sum of RGB (Red+Green+Blue) = 172+168+222=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8DE is #535721. Grayscale: #AFAFAF. Windows color (decimal): -5461794 or 14592172. OLE color: 14592172.

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

Color convert

RGB172168222-
CMYK0.230.2400.13
HSL244.44º45%76.47%-
HSV(B)244.44º24.32%87.06%-
XYZ44.242.0574.89-
YUV175.35154.33125.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=30.60%
G=29.89%
B=39.50%

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
Decimal1721682220.230.2400.13244.444576.47
HexACA8DE17180Df42d4c
Octal254250336273001536455114
Binary101011001010100011011110101111100001101111101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8DE; }

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

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

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

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

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

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

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

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