#A79AAD

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

Shades of East Side #A79AAD

Tints of East Side #A79AAD

Color information

#A79AAD (or 0xA79AAD) is unknown color: approx East Side. HEX triplet: A7, 9A and AD. RGB value is (167,154,173). Sum of RGB (Red+Green+Blue) = 167+154+173=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #A79AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79AAD is #586552. Grayscale: #9F9F9F. Windows color (decimal): -5793107 or 11377319. OLE color: 11377319.

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

Color convert

RGB167154173-
CMYK0.030.1100.32
HSL281.05º10.38%64.12%-
HSV(B)281.05º10.98%67.84%-
XYZ35.0334.3444.32-
YUV160.05135.31132.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=33.81%
G=31.17%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671541730.030.1100.32281.0510.3864.12
HexA79AAD3B020119a40
Octal24723225531304043112100
Binary101001111001101010101101111011010000010001100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AAD; }

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

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

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

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

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

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

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

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