#A79CB4

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

Shades of East Side #A79CB4

Tints of East Side #A79CB4

Color information

#A79CB4 (or 0xA79CB4) is unknown color: approx East Side. HEX triplet: A7, 9C and B4. RGB value is (167,156,180). Sum of RGB (Red+Green+Blue) = 167+156+180=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #A79CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CB4 is #58634B. Grayscale: #A1A1A1. Windows color (decimal): -5792588 or 11836583. OLE color: 11836583.

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

Color convert

RGB167156180-
CMYK0.070.1300.29
HSL267.5º13.79%65.88%-
HSV(B)267.5º13.33%70.59%-
XYZ36.0635.2948.09-
YUV162.02138.14131.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=33.20%
G=31.01%
B=35.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671561800.070.1300.29267.513.7965.88
HexA79CB47D01D10ce42
Octal24723426471503541416102
Binary101001111001110010110100111110101110110000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CB4; }

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

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

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

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

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

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

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

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