#AC76B4

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

Shades of East Side #AC76B4

Tints of East Side #AC76B4

Color information

#AC76B4 (or 0xAC76B4) is unknown color: approx East Side. HEX triplet: AC, 76 and B4. RGB value is (172,118,180). Sum of RGB (Red+Green+Blue) = 172+118+180=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC76B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76B4 is #53894B. Grayscale: #8D8D8D. Windows color (decimal): -5474636 or 11826860. OLE color: 11826860.

HSL color Cylindrical-coordinate representation of color #AC76B4: hue angle of 292.26º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC76B4 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172118180-
CMYK0.040.3400.29
HSL292.26º29.25%58.43%-
HSV(B)292.26º34.44%70.59%-
XYZ31.7325.0246.34-
YUV141.21149.89149.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=36.60%
G=25.11%
B=38.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721181800.040.3400.29292.2629.2558.43
HexAC76B442201D1241d3a
Octal2541662644420354443572
Binary1010110011101101011010010010001001110110010010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76B4; }

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

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

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

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

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

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

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

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