#AC77BA

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

Shades of East Side #AC77BA

Tints of East Side #AC77BA

Color information

#AC77BA (or 0xAC77BA) is unknown color: approx East Side. HEX triplet: AC, 77 and BA. RGB value is (172,119,186). Sum of RGB (Red+Green+Blue) = 172+119+186=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77BA is #538845. Grayscale: #8E8E8E. Windows color (decimal): -5474374 or 12220332. OLE color: 12220332.

HSL color Cylindrical-coordinate representation of color #AC77BA: hue angle of 287.46º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC77BA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172119186-
CMYK0.080.3600.27
HSL287.46º32.68%59.8%-
HSV(B)287.46º36.02%72.94%-
XYZ32.4725.5149.67-
YUV142.48152.56149.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=36.06%
G=24.95%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721191860.080.3600.27287.4632.6859.8
HexAC77BA82401B11f213c
Octal25416727210440334374174
Binary101011001110111101110101000100100011011100011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77BA; }

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

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

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

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

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

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

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

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