#ACA5C1

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

Shades of Wistful #ACA5C1

Tints of Wistful #ACA5C1

Color information

#ACA5C1 (or 0xACA5C1) is unknown color: approx Wistful. HEX triplet: AC, A5 and C1. RGB value is (172,165,193). Sum of RGB (Red+Green+Blue) = 172+165+193=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5C1 is #535A3E. Grayscale: #AAAAAA. Windows color (decimal): -5462591 or 12690860. OLE color: 12690860.

HSL color Cylindrical-coordinate representation of color #ACA5C1: hue angle of 255º degrees, saturation: 0.18, 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 #ACA5C1 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172165193-
CMYK0.110.1500.24
HSL255º18.42%70.2%-
HSV(B)255º14.51%75.69%-
XYZ40.0939.5355.97-
YUV170.28140.82129.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=32.45%
G=31.13%
B=36.42%

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
Decimal1721651930.110.1500.2425518.4270.2
HexACA5C1BF018ff1246
Octal254245301131703037722106
Binary1010110010100101110000011011111101100011111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5C1; }

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

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

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

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

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

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

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

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