#ACA9C1

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

Shades of Wistful #ACA9C1

Tints of Wistful #ACA9C1

Color information

#ACA9C1 (or 0xACA9C1) is unknown color: approx Wistful. HEX triplet: AC, A9 and C1. RGB value is (172,169,193). Sum of RGB (Red+Green+Blue) = 172+169+193=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9C1 is #53563E. Grayscale: #ACACAC. Windows color (decimal): -5461567 or 12691884. OLE color: 12691884.

HSL color Cylindrical-coordinate representation of color #ACA9C1: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACA9C1 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172169193-
CMYK0.110.1200.24
HSL247.5º16.22%70.98%-
HSV(B)247.5º12.44%75.69%-
XYZ40.834156.21-
YUV172.63139.49127.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=32.21%
G=31.65%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721691930.110.1200.24247.516.2270.98
HexACA9C1BC018f81047
Octal254251301131403037020107
Binary1010110010101001110000011011110001100011111000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9C1; }

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

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

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

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

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

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

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

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