#A79BB4

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

Shades of East Side #A79BB4

Tints of East Side #A79BB4

Color information

#A79BB4 (or 0xA79BB4) is unknown color: approx East Side. HEX triplet: A7, 9B and B4. RGB value is (167,155,180). Sum of RGB (Red+Green+Blue) = 167+155+180=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A79BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BB4 is #58644B. Grayscale: #A1A1A1. Windows color (decimal): -5792844 or 11836327. OLE color: 11836327.

HSL color Cylindrical-coordinate representation of color #A79BB4: hue angle of 268.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A79BB4 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167155180-
CMYK0.070.1400.29
HSL268.8º14.29%65.69%-
HSV(B)268.8º13.89%70.59%-
XYZ35.934.9548.03-
YUV161.44138.48131.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=33.27%
G=30.88%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671551800.070.1400.29268.814.2965.69
HexA79BB47E01D10de42
Octal24723326471603541516102
Binary101001111001101110110100111111001110110000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BB4; }

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

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

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

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

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

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

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

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