#AC76C9

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

Shades of East Side #AC76C9

Tints of East Side #AC76C9

Color information

#AC76C9 (or 0xAC76C9) is unknown color: approx East Side. HEX triplet: AC, 76 and C9. RGB value is (172,118,201). Sum of RGB (Red+Green+Blue) = 172+118+201=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC76C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76C9 is #538936. Grayscale: #8F8F8F. Windows color (decimal): -5474615 or 13203116. OLE color: 13203116.

HSL color Cylindrical-coordinate representation of color #AC76C9: hue angle of 279.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC76C9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172118201-
CMYK0.140.4100.21
HSL279.04º43.46%62.55%-
HSV(B)279.04º41.29%78.82%-
XYZ34.0325.9458.47-
YUV143.61160.39148.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=35.03%
G=24.03%
B=40.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721182010.140.4100.21279.0443.4662.55
HexAC76C9E290151172b3f
Octal25416631116510254275377
Binary101011001110110110010011110101001010101100010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76C9; }

 p { color: rgb(172,118,201); }

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

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

 a { background-color: rgb(172,118,201); }

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

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

 span { border-color: rgb(172,118,201); }

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