#AC96C0

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

Shades of East Side #AC96C0

Tints of East Side #AC96C0

Color information

#AC96C0 (or 0xAC96C0) is unknown color: approx East Side. HEX triplet: AC, 96 and C0. RGB value is (172,150,192). Sum of RGB (Red+Green+Blue) = 172+150+192=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C0 is #53693F. Grayscale: #A1A1A1. Windows color (decimal): -5466432 or 12621484. OLE color: 12621484.

HSL color Cylindrical-coordinate representation of color #AC96C0: hue angle of 271.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC96C0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172150192-
CMYK0.100.2200.25
HSL271.43º25%67.06%-
HSV(B)271.43º21.88%75.29%-
XYZ37.4334.3954.53-
YUV161.37145.29135.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=33.46%
G=29.18%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721501920.100.2200.25271.432567.06
HexAC96C0A1601910f1943
Octal254226300122603141731103
Binary101011001001011011000000101010110011001100001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96C0; }

 p { color: rgb(172,150,192); }

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

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

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

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

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

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

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