#AC93B1

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

Shades of East Side #AC93B1

Tints of East Side #AC93B1

Color information

#AC93B1 (or 0xAC93B1) is unknown color: approx East Side. HEX triplet: AC, 93 and B1. RGB value is (172,147,177). Sum of RGB (Red+Green+Blue) = 172+147+177=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC93B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93B1 is #536C4E. Grayscale: #9D9D9D. Windows color (decimal): -5467215 or 11637676. OLE color: 11637676.

HSL color Cylindrical-coordinate representation of color #AC93B1: hue angle of 290º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC93B1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172147177-
CMYK0.030.1700.31
HSL290º16.13%63.53%-
HSV(B)290º16.95%69.41%-
XYZ35.3832.8146.06-
YUV157.89138.78138.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=34.68%
G=29.64%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721471770.030.1700.3129016.1363.53
HexAC93B131101F1221040
Octal25422326132103744220100
Binary1010110010010011101100011110001011111100100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93B1; }

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

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

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

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

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

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

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

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