#A496AA

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

Shades of East Side #A496AA

Tints of East Side #A496AA

Color information

#A496AA (or 0xA496AA) is unknown color: approx East Side. HEX triplet: A4, 96 and AA. RGB value is (164,150,170). Sum of RGB (Red+Green+Blue) = 164+150+170=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A496AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496AA is #5B6955. Grayscale: #9C9C9C. Windows color (decimal): -5990742 or 11179684. OLE color: 11179684.

HSL color Cylindrical-coordinate representation of color #A496AA: hue angle of 282º 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 #A496AA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164150170-
CMYK0.040.1200.33
HSL282º10.53%62.75%-
HSV(B)282º11.76%66.67%-
XYZ33.4732.6142.56-
YUV156.47135.64133.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=33.88%
G=30.99%
B=35.12%

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
Decimal1641501700.040.1200.3328210.5362.75
HexA496AA4C02111ab3f
Octal2442262524140414321377
Binary101001001001011010101010100110001000011000110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496AA; }

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

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

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

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

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

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

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

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