#ACA5CF

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

Shades of Wistful #ACA5CF

Tints of Wistful #ACA5CF

Color information

#ACA5CF (or 0xACA5CF) is unknown color: approx Wistful. HEX triplet: AC, A5 and CF. RGB value is (172,165,207). Sum of RGB (Red+Green+Blue) = 172+165+207=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5CF is #535A30. Grayscale: #ABABAB. Windows color (decimal): -5462577 or 13608364. OLE color: 13608364.

HSL color Cylindrical-coordinate representation of color #ACA5CF: hue angle of 250º 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 #ACA5CF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172165207-
CMYK0.170.2000.19
HSL250º30.43%72.94%-
HSV(B)250º20.29%81.18%-
XYZ41.7340.1964.59-
YUV171.88147.82128.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=31.62%
G=30.33%
B=38.05%

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
Decimal1721652070.170.2000.1925030.4372.94
HexACA5CF1114013fa1e49
Octal254245317212402337236111
Binary101011001010010111001111100011010001001111111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5CF; }

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

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

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

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

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

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

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

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