#AC93B9

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

Shades of East Side #AC93B9

Tints of East Side #AC93B9

Color information

#AC93B9 (or 0xAC93B9) is unknown color: approx East Side. HEX triplet: AC, 93 and B9. RGB value is (172,147,185). Sum of RGB (Red+Green+Blue) = 172+147+185=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC93B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93B9 is #536C46. Grayscale: #9E9E9E. Windows color (decimal): -5467207 or 12161964. OLE color: 12161964.

HSL color Cylindrical-coordinate representation of color #AC93B9: hue angle of 279.47º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC93B9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172147185-
CMYK0.070.2100.27
HSL279.47º21.35%65.1%-
HSV(B)279.47º20.54%72.55%-
XYZ36.233.1450.39-
YUV158.81142.78137.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=34.13%
G=29.17%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721471850.070.2100.27279.4721.3565.1
HexAC93B971501B1171541
Octal25422327172503342725101
Binary10101100100100111011100111110101011011100010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93B9; }

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

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

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

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

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

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

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

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