#A79BAD

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

Shades of East Side #A79BAD

Tints of East Side #A79BAD

Color information

#A79BAD (or 0xA79BAD) is unknown color: approx East Side. HEX triplet: A7, 9B and AD. RGB value is (167,155,173). Sum of RGB (Red+Green+Blue) = 167+155+173=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #A79BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79BAD is #586452. Grayscale: #A0A0A0. Windows color (decimal): -5792851 or 11377575. OLE color: 11377575.

HSL color Cylindrical-coordinate representation of color #A79BAD: hue angle of 280º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A79BAD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167155173-
CMYK0.030.1000.32
HSL280º9.89%64.31%-
HSV(B)280º10.4%67.84%-
XYZ35.234.6844.37-
YUV160.64134.98132.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=33.74%
G=31.31%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671551730.030.1000.322809.8964.31
HexA79BAD3A020118a40
Octal24723325531204043012100
Binary101001111001101110101101111010010000010001100010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BAD; }

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

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

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

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

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

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

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

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