#AC8EBC

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

Shades of East Side #AC8EBC

Tints of East Side #AC8EBC

Color information

#AC8EBC (or 0xAC8EBC) is unknown color: approx East Side. HEX triplet: AC, 8E and BC. RGB value is (172,142,188). Sum of RGB (Red+Green+Blue) = 172+142+188=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8EBC is #537143. Grayscale: #9C9C9C. Windows color (decimal): -5468484 or 12357292. OLE color: 12357292.

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

Color convert

RGB172142188-
CMYK0.090.2400.26
HSL279.13º25.56%64.71%-
HSV(B)279.13º24.47%73.73%-
XYZ35.7631.7551.82-
YUV156.21145.94139.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=34.26%
G=28.29%
B=37.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721421880.090.2400.26279.1325.5664.71
HexAC8EBC91801A1171a41
Octal254216274113003242732101
Binary101011001000111010111100100111000011010100010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8EBC; }

 p { color: rgb(172,142,188); }

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

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

 a { background-color: rgb(172,142,188); }

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

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

 span { border-color: rgb(172,142,188); }

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