#A79BB0

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

Shades of East Side #A79BB0

Tints of East Side #A79BB0

Color information

#A79BB0 (or 0xA79BB0) is unknown color: approx East Side. HEX triplet: A7, 9B and B0. RGB value is (167,155,176). Sum of RGB (Red+Green+Blue) = 167+155+176=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #A79BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79BB0 is #58644F. Grayscale: #A0A0A0. Windows color (decimal): -5792848 or 11574183. OLE color: 11574183.

HSL color Cylindrical-coordinate representation of color #A79BB0: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A79BB0 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167155176-
CMYK0.050.1200.31
HSL274.29º11.73%64.9%-
HSV(B)274.29º11.93%69.02%-
XYZ35.4934.7945.92-
YUV160.98136.48132.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 176 (69.14% from 255) = 35.34%
R=33.53%
G=31.12%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671551760.050.1200.31274.2911.7364.9
HexA79BB05C01F112c41
Octal24723326051403742214101
Binary101001111001101110110000101110001111110001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BB0; }

 p { color: rgb(167,155,176); }

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

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

 a { background-color: rgb(167,155,176); }

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

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

 span { border-color: rgb(167,155,176); }

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