#A79AB4

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

Shades of East Side #A79AB4

Tints of East Side #A79AB4

Color information

#A79AB4 (or 0xA79AB4) is unknown color: approx East Side. HEX triplet: A7, 9A and B4. RGB value is (167,154,180). Sum of RGB (Red+Green+Blue) = 167+154+180=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #A79AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AB4 is #58654B. Grayscale: #A0A0A0. Windows color (decimal): -5793100 or 11836071. OLE color: 11836071.

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

Color convert

RGB167154180-
CMYK0.070.1400.29
HSL270º14.77%65.49%-
HSV(B)270º14.44%70.59%-
XYZ35.7334.6247.98-
YUV160.85138.81132.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=33.33%
G=30.74%
B=35.93%

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
Decimal1671541800.070.1400.2927014.7765.49
HexA79AB47E01D10ef41
Octal24723226471603541617101
Binary101001111001101010110100111111001110110000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AB4; }

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

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

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

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

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

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

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

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