#ACA5C2

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

Shades of Wistful #ACA5C2

Tints of Wistful #ACA5C2

Color information

#ACA5C2 (or 0xACA5C2) is unknown color: approx Wistful. HEX triplet: AC, A5 and C2. RGB value is (172,165,194). Sum of RGB (Red+Green+Blue) = 172+165+194=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACA5C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5C2 is #535A3D. Grayscale: #AAAAAA. Windows color (decimal): -5462590 or 12756396. OLE color: 12756396.

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

Color convert

RGB172165194-
CMYK0.110.1500.24
HSL254.48º19.21%70.39%-
HSV(B)254.48º14.95%76.08%-
XYZ40.2139.5856.56-
YUV170.4141.32129.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=32.39%
G=31.07%
B=36.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721651940.110.1500.24254.4819.2170.39
HexACA5C2BF018fe1346
Octal254245302131703037623106
Binary1010110010100101110000101011111101100011111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5C2; }

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

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

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

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

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

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

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

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