#ACA5C6

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

Shades of Wistful #ACA5C6

Tints of Wistful #ACA5C6

Color information

#ACA5C6 (or 0xACA5C6) is unknown color: approx Wistful. HEX triplet: AC, A5 and C6. RGB value is (172,165,198). Sum of RGB (Red+Green+Blue) = 172+165+198=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACA5C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5C6 is #535A39. Grayscale: #AAAAAA. Windows color (decimal): -5462586 or 13018540. OLE color: 13018540.

HSL color Cylindrical-coordinate representation of color #ACA5C6: hue angle of 252.73º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACA5C6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172165198-
CMYK0.130.1700.22
HSL252.73º22.45%71.18%-
HSV(B)252.73º16.67%77.65%-
XYZ40.6639.7658.96-
YUV170.86143.32128.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=32.15%
G=30.84%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721651980.130.1700.22252.7322.4571.18
HexACA5C6D11016fd1647
Octal254245306152102637526107
Binary10101100101001011100011011011000101011011111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5C6; }

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

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

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

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

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

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

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

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