#AC80BE

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

Shades of East Side #AC80BE

Tints of East Side #AC80BE

Color information

#AC80BE (or 0xAC80BE) is unknown color: approx East Side. HEX triplet: AC, 80 and BE. RGB value is (172,128,190). Sum of RGB (Red+Green+Blue) = 172+128+190=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80BE is #537F41. Grayscale: #949494. Windows color (decimal): -5472066 or 12484780. OLE color: 12484780.

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

Color convert

RGB172128190-
CMYK0.090.3300.25
HSL282.58º32.29%62.35%-
HSV(B)282.58º32.63%74.51%-
XYZ34.0327.9352.31-
YUV148.22151.58144.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=35.10%
G=26.12%
B=38.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721281900.090.3300.25282.5832.2962.35
HexAC80BE92101911b203e
Octal25420027611410314334076
Binary1010110010000000101111101001100001011001100011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80BE; }

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

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

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

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

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

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

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

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