#ACACC2

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

Shades of Wistful #ACACC2

Tints of Wistful #ACACC2

Color information

#ACACC2 (or 0xACACC2) is unknown color: approx Wistful. HEX triplet: AC, AC and C2. RGB value is (172,172,194). Sum of RGB (Red+Green+Blue) = 172+172+194=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC2 is #53533D. Grayscale: #AEAEAE. Windows color (decimal): -5460798 or 12758188. OLE color: 12758188.

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

Color convert

RGB172172194-
CMYK0.110.1100.24
HSL240º15.28%71.76%-
HSV(B)240º11.34%76.08%-
XYZ41.542.1756.99-
YUV174.51139126.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=31.97%
G=31.97%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721721940.110.1100.2424015.2871.76
HexACACC2BB018f0f48
Octal254254302131303036017110
Binary101011001010110011000010101110110110001111000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACC2; }

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

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

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

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

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

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

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

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