#A493AD

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

Shades of East Side #A493AD

Tints of East Side #A493AD

Color information

#A493AD (or 0xA493AD) is unknown color: approx East Side. HEX triplet: A4, 93 and AD. RGB value is (164,147,173). Sum of RGB (Red+Green+Blue) = 164+147+173=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A493AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493AD is #5B6C52. Grayscale: #9A9A9A. Windows color (decimal): -5991507 or 11375524. OLE color: 11375524.

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

Color convert

RGB164147173-
CMYK0.050.1500.32
HSL279.23º13.68%62.75%-
HSV(B)279.23º15.03%67.84%-
XYZ33.2931.7843.91-
YUV155.05138.13134.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=33.88%
G=30.37%
B=35.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641471730.050.1500.32279.2313.6862.75
HexA493AD5F020117e3f
Octal2442232555170404271677
Binary101001001001001110101101101111101000001000101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493AD; }

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

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

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

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

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

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

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

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