#A496B1

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

Shades of East Side #A496B1

Tints of East Side #A496B1

Color information

#A496B1 (or 0xA496B1) is unknown color: approx East Side. HEX triplet: A4, 96 and B1. RGB value is (164,150,177). Sum of RGB (Red+Green+Blue) = 164+150+177=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #A496B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496B1 is #5B694E. Grayscale: #9D9D9D. Windows color (decimal): -5990735 or 11638436. OLE color: 11638436.

HSL color Cylindrical-coordinate representation of color #A496B1: hue angle of 271.11º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A496B1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164150177-
CMYK0.070.1500.31
HSL271.11º14.75%64.12%-
HSV(B)271.11º15.25%69.41%-
XYZ34.1532.8846.14-
YUV157.26139.14132.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=33.40%
G=30.55%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641501770.070.1500.31271.1114.7564.12
HexA496B17F01F10ff40
Octal24422626171703741717100
Binary101001001001011010110001111111101111110000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496B1; }

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

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

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

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

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

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

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

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