#ACA4CE

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

Shades of Wistful #ACA4CE

Tints of Wistful #ACA4CE

Color information

#ACA4CE (or 0xACA4CE) is unknown color: approx Wistful. HEX triplet: AC, A4 and CE. RGB value is (172,164,206). Sum of RGB (Red+Green+Blue) = 172+164+206=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4CE is #535B31. Grayscale: #ABABAB. Windows color (decimal): -5462834 or 13542572. OLE color: 13542572.

HSL color Cylindrical-coordinate representation of color #ACA4CE: hue angle of 251.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA4CE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172164206-
CMYK0.170.2000.19
HSL251.43º30%72.55%-
HSV(B)251.43º20.39%80.78%-
XYZ41.4339.7863.89-
YUV171.18147.65128.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=31.73%
G=30.26%
B=38.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721642060.170.2000.19251.433072.55
HexACA4CE1114013fb1e49
Octal254244316212402337336111
Binary101011001010010011001110100011010001001111111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4CE; }

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

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

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

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

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

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

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

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