#AC93BF

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

Shades of East Side #AC93BF

Tints of East Side #AC93BF

Color information

#AC93BF (or 0xAC93BF) is unknown color: approx East Side. HEX triplet: AC, 93 and BF. RGB value is (172,147,191). Sum of RGB (Red+Green+Blue) = 172+147+191=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93BF is #536C40. Grayscale: #9F9F9F. Windows color (decimal): -5467201 or 12555180. OLE color: 12555180.

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

Color convert

RGB172147191-
CMYK0.100.2300.25
HSL274.09º25.58%66.27%-
HSV(B)274.09º23.04%74.9%-
XYZ36.8533.453.79-
YUV159.49145.78136.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 191 (75% from 255) = 37.45%
R=33.73%
G=28.82%
B=37.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721471910.100.2300.25274.0925.5866.27
HexAC93BFA170191121a42
Octal254223277122703142232102
Binary101011001001001110111111101010111011001100010010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93BF; }

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

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

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

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

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

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

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

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