#AC80BD

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

Shades of East Side #AC80BD

Tints of East Side #AC80BD

Color information

#AC80BD (or 0xAC80BD) is unknown color: approx East Side. HEX triplet: AC, 80 and BD. RGB value is (172,128,189). Sum of RGB (Red+Green+Blue) = 172+128+189=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80BD is #537F42. Grayscale: #939393. Windows color (decimal): -5472067 or 12419244. OLE color: 12419244.

HSL color Cylindrical-coordinate representation of color #AC80BD: hue angle of 283.28º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC80BD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172128189-
CMYK0.090.3200.26
HSL283.28º31.61%62.16%-
HSV(B)283.28º32.28%74.12%-
XYZ33.9227.8851.74-
YUV148.11151.08145.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=35.17%
G=26.18%
B=38.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721281890.090.3200.26283.2831.6162.16
HexAC80BD92001A11b203e
Octal25420027511400324334076
Binary1010110010000000101111011001100000011010100011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80BD; }

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

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

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

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

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

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

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

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