#AC89BC

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

Shades of East Side #AC89BC

Tints of East Side #AC89BC

Color information

#AC89BC (or 0xAC89BC) is unknown color: approx East Side. HEX triplet: AC, 89 and BC. RGB value is (172,137,188). Sum of RGB (Red+Green+Blue) = 172+137+188=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89BC is #537643. Grayscale: #999999. Windows color (decimal): -5469764 or 12356012. OLE color: 12356012.

HSL color Cylindrical-coordinate representation of color #AC89BC: hue angle of 281.18º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC89BC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172137188-
CMYK0.090.2700.26
HSL281.18º27.57%63.73%-
HSV(B)281.18º27.13%73.73%-
XYZ35.0430.2951.58-
YUV153.28147.6141.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=34.61%
G=27.57%
B=37.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721371880.090.2700.26281.1827.5763.73
HexAC89BC91B01A1191c40
Octal254211274113303243134100
Binary101011001000100110111100100111011011010100011001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89BC; }

 p { color: rgb(172,137,188); }

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

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

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

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

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

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

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