#A776C2

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

Shades of East Side #A776C2

Tints of East Side #A776C2

Color information

#A776C2 (or 0xA776C2) is unknown color: approx East Side. HEX triplet: A7, 76 and C2. RGB value is (167,118,194). Sum of RGB (Red+Green+Blue) = 167+118+194=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #A776C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776C2 is #58893D. Grayscale: #8D8D8D. Windows color (decimal): -5802302 or 12744359. OLE color: 12744359.

HSL color Cylindrical-coordinate representation of color #A776C2: hue angle of 278.68º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A776C2 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167118194-
CMYK0.140.3900.24
HSL278.68º38.38%61.18%-
HSV(B)278.68º39.18%76.08%-
XYZ32.1525.0754.18-
YUV141.32157.73146.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=34.86%
G=24.63%
B=40.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671181940.140.3900.24278.6838.3861.18
HexA776C2E27018117263d
Octal24716630216470304274675
Binary101001111110110110000101110100111011000100010111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776C2; }

 p { color: rgb(167,118,194); }

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

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

 a { background-color: rgb(167,118,194); }

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

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

 span { border-color: rgb(167,118,194); }

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