#AC8ABF

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

Shades of East Side #AC8ABF

Tints of East Side #AC8ABF

Color information

#AC8ABF (or 0xAC8ABF) is unknown color: approx East Side. HEX triplet: AC, 8A and BF. RGB value is (172,138,191). Sum of RGB (Red+Green+Blue) = 172+138+191=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC8ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ABF is #537540. Grayscale: #9A9A9A. Windows color (decimal): -5469505 or 12552876. OLE color: 12552876.

HSL color Cylindrical-coordinate representation of color #AC8ABF: hue angle of 278.49º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC8ABF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172138191-
CMYK0.100.2800.25
HSL278.49º29.28%64.51%-
HSV(B)278.49º27.75%74.9%-
XYZ35.5130.7153.35-
YUV154.21148.76140.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 191 (75% from 255) = 38.12%
R=34.33%
G=27.54%
B=38.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721381910.100.2800.25278.4929.2864.51
HexAC8ABFA1C0191161d41
Octal254212277123403142635101
Binary101011001000101010111111101011100011001100010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ABF; }

 p { color: rgb(172,138,191); }

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

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

 a { background-color: rgb(172,138,191); }

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

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

 span { border-color: rgb(172,138,191); }

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