#AC96B3

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

Shades of East Side #AC96B3

Tints of East Side #AC96B3

Color information

#AC96B3 (or 0xAC96B3) is unknown color: approx East Side. HEX triplet: AC, 96 and B3. RGB value is (172,150,179). Sum of RGB (Red+Green+Blue) = 172+150+179=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC96B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96B3 is #53694C. Grayscale: #9F9F9F. Windows color (decimal): -5466445 or 11769516. OLE color: 11769516.

HSL color Cylindrical-coordinate representation of color #AC96B3: hue angle of 285.52º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC96B3 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172150179-
CMYK0.040.1600.30
HSL285.52º16.02%64.51%-
HSV(B)285.52º16.2%70.2%-
XYZ36.0633.8447.28-
YUV159.88138.79136.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=34.33%
G=29.94%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721501790.040.1600.30285.5216.0264.51
HexAC96B341001E11e1041
Octal25422626342003643620101
Binary10101100100101101011001110010000011110100011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96B3; }

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

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

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

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

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

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

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

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