#A393AE

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

Shades of East Side #A393AE

Tints of East Side #A393AE

Color information

#A393AE (or 0xA393AE) is unknown color: approx East Side. HEX triplet: A3, 93 and AE. RGB value is (163,147,174). Sum of RGB (Red+Green+Blue) = 163+147+174=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #A393AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393AE is #5C6C51. Grayscale: #9A9A9A. Windows color (decimal): -6057042 or 11441059. OLE color: 11441059.

HSL color Cylindrical-coordinate representation of color #A393AE: hue angle of 275.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A393AE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163147174-
CMYK0.060.1600.32
HSL275.56º14.29%62.94%-
HSV(B)275.56º15.52%68.24%-
XYZ33.1831.7144.42-
YUV154.86138.8133.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=33.68%
G=30.37%
B=35.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631471740.060.1600.32275.5614.2962.94
HexA393AE610020114e3f
Octal2432232566200404241677
Binary1010001110010011101011101101000001000001000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393AE; }

 p { color: rgb(163,147,174); }

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

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

 a { background-color: rgb(163,147,174); }

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

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

 span { border-color: rgb(163,147,174); }

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