#A497AD

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

Shades of East Side #A497AD

Tints of East Side #A497AD

Color information

#A497AD (or 0xA497AD) is unknown color: approx East Side. HEX triplet: A4, 97 and AD. RGB value is (164,151,173). Sum of RGB (Red+Green+Blue) = 164+151+173=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A497AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497AD is #5B6852. Grayscale: #9D9D9D. Windows color (decimal): -5990483 or 11376548. OLE color: 11376548.

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

Color convert

RGB164151173-
CMYK0.050.1300.32
HSL275.45º11.83%63.53%-
HSV(B)275.45º12.72%67.84%-
XYZ33.9233.0444.13-
YUV157.4136.81132.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=33.61%
G=30.94%
B=35.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641511730.050.1300.32275.4511.8363.53
HexA497AD5D020113c40
Octal24422725551504042314100
Binary1010010010010111101011011011101010000010001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497AD; }

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

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

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

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

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

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

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

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