#AC96C2

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

Shades of East Side #AC96C2

Tints of East Side #AC96C2

Color information

#AC96C2 (or 0xAC96C2) is unknown color: approx East Side. HEX triplet: AC, 96 and C2. RGB value is (172,150,194). Sum of RGB (Red+Green+Blue) = 172+150+194=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC96C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C2 is #53693D. Grayscale: #A1A1A1. Windows color (decimal): -5466430 or 12752556. OLE color: 12752556.

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

Color convert

RGB172150194-
CMYK0.110.2300.24
HSL270º26.51%67.45%-
HSV(B)270º22.68%76.08%-
XYZ37.6634.4855.71-
YUV161.59146.29135.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=33.33%
G=29.07%
B=37.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721501940.110.2300.2427026.5167.45
HexAC96C2B1701810e1b43
Octal254226302132703041633103
Binary101011001001011011000010101110111011000100001110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96C2; }

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

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

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

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

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

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

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

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