#A493A9

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

Shades of East Side #A493A9

Tints of East Side #A493A9

Color information

#A493A9 (or 0xA493A9) is unknown color: approx East Side. HEX triplet: A4, 93 and A9. RGB value is (164,147,169). Sum of RGB (Red+Green+Blue) = 164+147+169=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 169 - color contains mainly: blue. Hex color #A493A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493A9 is #5B6C56. Grayscale: #9A9A9A. Windows color (decimal): -5991511 or 11113380. OLE color: 11113380.

HSL color Cylindrical-coordinate representation of color #A493A9: hue angle of 286.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A493A9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164147169-
CMYK0.030.1300.34
HSL286.36º11.34%61.96%-
HSV(B)286.36º13.02%66.27%-
XYZ32.931.6241.91-
YUV154.59136.13134.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=34.17%
G=30.62%
B=35.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641471690.030.1300.34286.3611.3461.96
HexA493A93D02211eb3e
Octal2442232513150424361376
Binary10100100100100111010100111110101000101000111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493A9; }

 p { color: rgb(164,147,169); }

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

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

 a { background-color: rgb(164,147,169); }

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

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

 span { border-color: rgb(164,147,169); }

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