#AC76B7

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

Shades of East Side #AC76B7

Tints of East Side #AC76B7

Color information

#AC76B7 (or 0xAC76B7) is unknown color: approx East Side. HEX triplet: AC, 76 and B7. RGB value is (172,118,183). Sum of RGB (Red+Green+Blue) = 172+118+183=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC76B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76B7 is #538948. Grayscale: #8D8D8D. Windows color (decimal): -5474633 or 12023468. OLE color: 12023468.

HSL color Cylindrical-coordinate representation of color #AC76B7: hue angle of 289.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC76B7 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172118183-
CMYK0.060.3600.28
HSL289.85º31.1%59.02%-
HSV(B)289.85º35.52%71.76%-
XYZ32.0425.1547.96-
YUV141.56151.39149.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=36.36%
G=24.95%
B=38.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721181830.060.3600.28289.8531.159.02
HexAC76B762401C1221f3b
Octal2541662676440344423773
Binary1010110011101101011011111010010001110010010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76B7; }

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

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

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

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

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

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

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

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