#A397AA

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

Shades of East Side #A397AA

Tints of East Side #A397AA

Color information

#A397AA (or 0xA397AA) is unknown color: approx East Side. HEX triplet: A3, 97 and AA. RGB value is (163,151,170). Sum of RGB (Red+Green+Blue) = 163+151+170=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 151 (59.38% from 255 or 31.20% 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 #A397AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A397AA is #5C6855. Grayscale: #9C9C9C. Windows color (decimal): -6056022 or 11179939. OLE color: 11179939.

HSL color Cylindrical-coordinate representation of color #A397AA: hue angle of 277.89º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A397AA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163151170-
CMYK0.040.1100.33
HSL277.89º10.05%62.94%-
HSV(B)277.89º11.18%66.67%-
XYZ33.4332.8242.6-
YUV156.75135.48132.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=33.68%
G=31.20%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631511700.040.1100.33277.8910.0562.94
HexA397AA4B021116a3f
Octal2432272524130414261277
Binary101000111001011110101010100101101000011000101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397AA; }

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

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

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

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

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

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

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

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