#A797BA

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

Shades of East Side #A797BA

Tints of East Side #A797BA

Color information

#A797BA (or 0xA797BA) is unknown color: approx East Side. HEX triplet: A7, 97 and BA. RGB value is (167,151,186). Sum of RGB (Red+Green+Blue) = 167+151+186=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A797BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797BA is #586845. Grayscale: #9F9F9F. Windows color (decimal): -5793862 or 12228519. OLE color: 12228519.

HSL color Cylindrical-coordinate representation of color #A797BA: hue angle of 267.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A797BA is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167151186-
CMYK0.100.1900.27
HSL267.43º20.23%66.08%-
HSV(B)267.43º18.82%72.94%-
XYZ35.8733.8951.11-
YUV159.77142.8133.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=33.13%
G=29.96%
B=36.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671511860.100.1900.27267.4320.2366.08
HexA797BAA1301B10b1442
Octal247227272122303341324102
Binary101001111001011110111010101010011011011100001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A797BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A797BA; }

 p { color: rgb(167,151,186); }

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

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

 a { background-color: rgb(167,151,186); }

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

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

 span { border-color: rgb(167,151,186); }

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