#A393B4

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

Shades of East Side #A393B4

Tints of East Side #A393B4

Color information

#A393B4 (or 0xA393B4) is unknown color: approx East Side. HEX triplet: A3, 93 and B4. RGB value is (163,147,180). Sum of RGB (Red+Green+Blue) = 163+147+180=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #A393B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393B4 is #5C6C4B. Grayscale: #9B9B9B. Windows color (decimal): -6057036 or 11834275. OLE color: 11834275.

HSL color Cylindrical-coordinate representation of color #A393B4: hue angle of 269.09º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A393B4 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163147180-
CMYK0.090.1800.29
HSL269.09º18.03%64.12%-
HSV(B)269.09º18.33%70.59%-
XYZ33.7831.9547.57-
YUV155.55141.8133.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=33.27%
G=30%
B=36.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631471800.090.1800.29269.0918.0364.12
HexA393B491201D10d1240
Octal243223264112203541522100
Binary101000111001001110110100100110010011101100001101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393B4; }

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

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

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

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

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

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

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

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