#A494AA

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

Shades of East Side #A494AA

Tints of East Side #A494AA

Color information

#A494AA (or 0xA494AA) is unknown color: approx East Side. HEX triplet: A4, 94 and AA. RGB value is (164,148,170). Sum of RGB (Red+Green+Blue) = 164+148+170=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A494AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A494AA is #5B6B55. Grayscale: #9B9B9B. Windows color (decimal): -5991254 or 11179172. OLE color: 11179172.

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

Color convert

RGB164148170-
CMYK0.040.1300.33
HSL283.64º11.46%62.35%-
HSV(B)283.64º12.94%66.67%-
XYZ33.1631.9742.45-
YUV155.29136.3134.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=34.02%
G=30.71%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641481700.040.1300.33283.6411.4662.35
HexA494AA4D02111cb3e
Octal2442242524150414341376
Binary101001001001010010101010100110101000011000111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494AA; }

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

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

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

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

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

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

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

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