#A397AE

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

Shades of East Side #A397AE

Tints of East Side #A397AE

Color information

#A397AE (or 0xA397AE) is unknown color: approx East Side. HEX triplet: A3, 97 and AE. RGB value is (163,151,174). Sum of RGB (Red+Green+Blue) = 163+151+174=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #A397AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A397AE is #5C6851. Grayscale: #9D9D9D. Windows color (decimal): -6056018 or 11442083. OLE color: 11442083.

HSL color Cylindrical-coordinate representation of color #A397AE: hue angle of 271.3º 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 #A397AE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163151174-
CMYK0.060.1300.32
HSL271.3º12.43%63.73%-
HSV(B)271.3º13.22%68.24%-
XYZ33.8132.9844.63-
YUV157.21137.48132.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=33.40%
G=30.94%
B=35.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631511740.060.1300.32271.312.4363.73
HexA397AE6D02010fc40
Octal24322725661504041714100
Binary1010001110010111101011101101101010000010000111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397AE; }

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

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

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

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

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

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

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

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