#AC96C3

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

Shades of East Side #AC96C3

Tints of East Side #AC96C3

Color information

#AC96C3 (or 0xAC96C3) is unknown color: approx East Side. HEX triplet: AC, 96 and C3. RGB value is (172,150,195). Sum of RGB (Red+Green+Blue) = 172+150+195=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC96C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C3 is #53693C. Grayscale: #A1A1A1. Windows color (decimal): -5466429 or 12818092. OLE color: 12818092.

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

Color convert

RGB172150195-
CMYK0.120.2300.24
HSL269.33º27.27%67.65%-
HSV(B)269.33º23.08%76.47%-
XYZ37.7734.5256.3-
YUV161.71146.79135.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=33.27%
G=29.01%
B=37.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721501950.120.2300.24269.3327.2767.65
HexAC96C3C1701810d1b44
Octal254226303142703041533104
Binary101011001001011011000011110010111011000100001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96C3; }

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

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

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

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

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

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

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

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