#A396AE

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

Shades of East Side #A396AE

Tints of East Side #A396AE

Color information

#A396AE (or 0xA396AE) is unknown color: approx East Side. HEX triplet: A3, 96 and AE. RGB value is (163,150,174). Sum of RGB (Red+Green+Blue) = 163+150+174=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #A396AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396AE is #5C6951. Grayscale: #9C9C9C. Windows color (decimal): -6056274 or 11441827. OLE color: 11441827.

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

Color convert

RGB163150174-
CMYK0.060.1400.32
HSL272.5º12.9%63.53%-
HSV(B)272.5º13.79%68.24%-
XYZ33.6532.6644.57-
YUV156.62137.81132.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=33.47%
G=30.80%
B=35.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631501740.060.1400.32272.512.963.53
HexA396AE6E020110d40
Octal24322625661604042015100
Binary1010001110010110101011101101110010000010001000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396AE; }

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

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

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

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

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

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

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

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