#A396AB

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

Shades of East Side #A396AB

Tints of East Side #A396AB

Color information

#A396AB (or 0xA396AB) is unknown color: approx East Side. HEX triplet: A3, 96 and AB. RGB value is (163,150,171). Sum of RGB (Red+Green+Blue) = 163+150+171=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A396AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396AB is #5C6954. Grayscale: #9C9C9C. Windows color (decimal): -6056277 or 11245219. OLE color: 11245219.

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

Color convert

RGB163150171-
CMYK0.050.1200.33
HSL277.14º11.11%62.94%-
HSV(B)277.14º12.28%67.06%-
XYZ33.3632.5443.05-
YUV156.28136.31132.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=33.68%
G=30.99%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631501710.050.1200.33277.1411.1162.94
HexA396AB5C021115b3f
Octal2432262535140414251377
Binary101000111001011010101011101110001000011000101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396AB; }

 p { color: rgb(163,150,171); }

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

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

 a { background-color: rgb(163,150,171); }

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

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

 span { border-color: rgb(163,150,171); }

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