#AC76B8

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

Shades of East Side #AC76B8

Tints of East Side #AC76B8

Color information

#AC76B8 (or 0xAC76B8) is unknown color: approx East Side. HEX triplet: AC, 76 and B8. RGB value is (172,118,184). Sum of RGB (Red+Green+Blue) = 172+118+184=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC76B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76B8 is #538947. Grayscale: #8D8D8D. Windows color (decimal): -5474632 or 12089004. OLE color: 12089004.

HSL color Cylindrical-coordinate representation of color #AC76B8: hue angle of 289.09º degrees, saturation: 0.32, 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 #AC76B8 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172118184-
CMYK0.070.3600.28
HSL289.09º31.73%59.22%-
HSV(B)289.09º35.87%72.16%-
XYZ32.1425.1948.52-
YUV141.67151.89149.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 184 (72.27% from 255) = 38.82%
R=36.29%
G=24.89%
B=38.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721181840.070.3600.28289.0931.7359.22
HexAC76B872401C121203b
Octal2541662707440344414073
Binary10101100111011010111000111100100011100100100001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76B8; }

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

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

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

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

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

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

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

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