#A393AF

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

Shades of East Side #A393AF

Tints of East Side #A393AF

Color information

#A393AF (or 0xA393AF) is unknown color: approx East Side. HEX triplet: A3, 93 and AF. RGB value is (163,147,175). Sum of RGB (Red+Green+Blue) = 163+147+175=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #A393AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393AF is #5C6C50. Grayscale: #9A9A9A. Windows color (decimal): -6057041 or 11506595. OLE color: 11506595.

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

Color convert

RGB163147175-
CMYK0.070.1600.31
HSL274.29º14.89%63.14%-
HSV(B)274.29º16%68.63%-
XYZ33.2831.7544.93-
YUV154.98139.3133.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=33.61%
G=30.31%
B=36.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631471750.070.1600.31274.2914.8963.14
HexA393AF71001F112f3f
Octal2432232577200374221777
Binary101000111001001110101111111100000111111000100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393AF; }

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

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

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

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

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

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

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

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