#A495AA

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

Shades of East Side #A495AA

Tints of East Side #A495AA

Color information

#A495AA (or 0xA495AA) is unknown color: approx East Side. HEX triplet: A4, 95 and AA. RGB value is (164,149,170). Sum of RGB (Red+Green+Blue) = 164+149+170=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A495AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A495AA is #5B6A55. Grayscale: #9B9B9B. Windows color (decimal): -5990998 or 11179428. OLE color: 11179428.

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

Color convert

RGB164149170-
CMYK0.040.1200.33
HSL282.86º10.99%62.55%-
HSV(B)282.86º12.35%66.67%-
XYZ33.3132.2942.51-
YUV155.88135.97133.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=33.95%
G=30.85%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641491700.040.1200.33282.8610.9962.55
HexA495AA4C02111bb3f
Octal2442252524140414331377
Binary101001001001010110101010100110001000011000110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495AA; }

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

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

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

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

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

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

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

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