#AC77C5

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

Shades of East Side #AC77C5

Tints of East Side #AC77C5

Color information

#AC77C5 (or 0xAC77C5) is unknown color: approx East Side. HEX triplet: AC, 77 and C5. RGB value is (172,119,197). Sum of RGB (Red+Green+Blue) = 172+119+197=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC77C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77C5 is #53883A. Grayscale: #8F8F8F. Windows color (decimal): -5474363 or 12941228. OLE color: 12941228.

HSL color Cylindrical-coordinate representation of color #AC77C5: hue angle of 280.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC77C5 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172119197-
CMYK0.130.4000.23
HSL280.77º40.21%61.96%-
HSV(B)280.77º39.59%77.25%-
XYZ33.692656.07-
YUV143.74158.06148.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=35.25%
G=24.39%
B=40.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721191970.130.4000.23280.7740.2161.96
HexAC77C5D28017119283e
Octal25416730515500274315076
Binary101011001110111110001011101101000010111100011001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77C5; }

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

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

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

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

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

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

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

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