#AC8EB1

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

Shades of East Side #AC8EB1

Tints of East Side #AC8EB1

Color information

#AC8EB1 (or 0xAC8EB1) is unknown color: approx East Side. HEX triplet: AC, 8E and B1. RGB value is (172,142,177). Sum of RGB (Red+Green+Blue) = 172+142+177=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC8EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8EB1 is #53714E. Grayscale: #9A9A9A. Windows color (decimal): -5468495 or 11636396. OLE color: 11636396.

HSL color Cylindrical-coordinate representation of color #AC8EB1: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8EB1 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172142177-
CMYK0.030.2000.31
HSL291.43º18.32%62.55%-
HSV(B)291.43º19.77%69.41%-
XYZ34.6231.2945.81-
YUV154.96140.44140.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=35.03%
G=28.92%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721421770.030.2000.31291.4318.3262.55
HexAC8EB131401F123123f
Octal2542162613240374432277
Binary101011001000111010110001111010001111110010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8EB1; }

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

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

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

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

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

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

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

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