#A779AE

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

Shades of East Side #A779AE

Tints of East Side #A779AE

Color information

#A779AE (or 0xA779AE) is unknown color: approx East Side. HEX triplet: A7, 79 and AE. RGB value is (167,121,174). Sum of RGB (Red+Green+Blue) = 167+121+174=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #A779AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779AE is #588651. Grayscale: #8C8C8C. Windows color (decimal): -5801554 or 11434407. OLE color: 11434407.

HSL color Cylindrical-coordinate representation of color #A779AE: hue angle of 292.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A779AE is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167121174-
CMYK0.040.3000.32
HSL292.08º24.65%57.84%-
HSV(B)292.08º30.46%68.24%-
XYZ30.4124.9543.26-
YUV140.8146.74146.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=36.15%
G=26.19%
B=37.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671211740.040.3000.32292.0824.6557.84
HexA779AE41E020124193a
Octal2471712564360404443172
Binary1010011111110011010111010011110010000010010010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779AE; }

 p { color: rgb(167,121,174); }

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

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

 a { background-color: rgb(167,121,174); }

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

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

 span { border-color: rgb(167,121,174); }

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