#A393AA

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

Shades of East Side #A393AA

Tints of East Side #A393AA

Color information

#A393AA (or 0xA393AA) is unknown color: approx East Side. HEX triplet: A3, 93 and AA. RGB value is (163,147,170). Sum of RGB (Red+Green+Blue) = 163+147+170=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #A393AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393AA is #5C6C55. Grayscale: #9A9A9A. Windows color (decimal): -6057046 or 11178915. OLE color: 11178915.

HSL color Cylindrical-coordinate representation of color #A393AA: hue angle of 281.74º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A393AA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163147170-
CMYK0.040.1400.33
HSL281.74º11.92%62.16%-
HSV(B)281.74º13.53%66.67%-
XYZ32.7931.5642.39-
YUV154.41136.8134.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=33.96%
G=30.62%
B=35.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631471700.040.1400.33281.7411.9262.16
HexA393AA4E02111ac3e
Octal2432232524160414321476
Binary101000111001001110101010100111001000011000110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393AA; }

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

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

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

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

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

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

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

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