#AC80BA

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

Shades of East Side #AC80BA

Tints of East Side #AC80BA

Color information

#AC80BA (or 0xAC80BA) is unknown color: approx East Side. HEX triplet: AC, 80 and BA. RGB value is (172,128,186). Sum of RGB (Red+Green+Blue) = 172+128+186=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80BA is #537F45. Grayscale: #939393. Windows color (decimal): -5472070 or 12222636. OLE color: 12222636.

HSL color Cylindrical-coordinate representation of color #AC80BA: hue angle of 285.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC80BA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172128186-
CMYK0.080.3100.27
HSL285.52º29.59%61.57%-
HSV(B)285.52º31.18%72.94%-
XYZ33.627.7550.04-
YUV147.77149.58145.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=35.39%
G=26.34%
B=38.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721281860.080.3100.27285.5229.5961.57
HexAC80BA81F01B11e1e3e
Octal25420027210370334363676
Binary10101100100000001011101010001111101101110001111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80BA; }

 p { color: rgb(172,128,186); }

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

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

 a { background-color: rgb(172,128,186); }

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

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

 span { border-color: rgb(172,128,186); }

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