#AC77BE

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

Shades of East Side #AC77BE

Tints of East Side #AC77BE

Color information

#AC77BE (or 0xAC77BE) is unknown color: approx East Side. HEX triplet: AC, 77 and BE. RGB value is (172,119,190). Sum of RGB (Red+Green+Blue) = 172+119+190=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77BE is #538841. Grayscale: #8E8E8E. Windows color (decimal): -5474370 or 12482476. OLE color: 12482476.

HSL color Cylindrical-coordinate representation of color #AC77BE: hue angle of 284.79º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC77BE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172119190-
CMYK0.090.3700.25
HSL284.79º35.32%60.59%-
HSV(B)284.79º37.37%74.51%-
XYZ32.925.6851.94-
YUV142.94154.56148.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=35.76%
G=24.74%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721191900.090.3700.25284.7935.3260.59
HexAC77BE92501911d233d
Octal25416727611450314354375
Binary101011001110111101111101001100101011001100011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77BE; }

 p { color: rgb(172,119,190); }

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

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

 a { background-color: rgb(172,119,190); }

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

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

 span { border-color: rgb(172,119,190); }

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