#A79CB5

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

Shades of East Side #A79CB5

Tints of East Side #A79CB5

Color information

#A79CB5 (or 0xA79CB5) is unknown color: approx East Side. HEX triplet: A7, 9C and B5. RGB value is (167,156,181). Sum of RGB (Red+Green+Blue) = 167+156+181=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #A79CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CB5 is #58634A. Grayscale: #A2A2A2. Windows color (decimal): -5792587 or 11902119. OLE color: 11902119.

HSL color Cylindrical-coordinate representation of color #A79CB5: hue angle of 266.4º 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 #A79CB5 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167156181-
CMYK0.080.1400.29
HSL266.4º14.45%66.08%-
HSV(B)266.4º13.81%70.98%-
XYZ36.1735.3348.63-
YUV162.14138.64131.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=33.13%
G=30.95%
B=35.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671561810.080.1400.29266.414.4566.08
HexA79CB58E01D10ae42
Octal247234265101603541216102
Binary1010011110011100101101011000111001110110000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CB5; }

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

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

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

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

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

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

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

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