#A494AD

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

Shades of East Side #A494AD

Tints of East Side #A494AD

Color information

#A494AD (or 0xA494AD) is unknown color: approx East Side. HEX triplet: A4, 94 and AD. RGB value is (164,148,173). Sum of RGB (Red+Green+Blue) = 164+148+173=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #A494AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A494AD is #5B6B52. Grayscale: #9B9B9B. Windows color (decimal): -5991251 or 11375780. OLE color: 11375780.

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

Color convert

RGB164148173-
CMYK0.050.1400.32
HSL278.4º13.23%62.94%-
HSV(B)278.4º14.45%67.84%-
XYZ33.4432.0943.97-
YUV155.63137.8133.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=33.81%
G=30.52%
B=35.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641481730.050.1400.32278.413.2362.94
HexA494AD5E020116d3f
Octal2442242555160404261577
Binary101001001001010010101101101111001000001000101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494AD; }

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

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

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

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

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

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

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

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