#A776C1

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

Shades of East Side #A776C1

Tints of East Side #A776C1

Color information

#A776C1 (or 0xA776C1) is unknown color: approx East Side. HEX triplet: A7, 76 and C1. RGB value is (167,118,193). Sum of RGB (Red+Green+Blue) = 167+118+193=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A776C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776C1 is #58893E. Grayscale: #8C8C8C. Windows color (decimal): -5802303 or 12678823. OLE color: 12678823.

HSL color Cylindrical-coordinate representation of color #A776C1: hue angle of 279.2º 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 #A776C1 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167118193-
CMYK0.130.3900.24
HSL279.2º37.69%60.98%-
HSV(B)279.2º38.86%75.69%-
XYZ32.0425.0253.59-
YUV141.2157.23146.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=34.94%
G=24.69%
B=40.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671181930.130.3900.24279.237.6960.98
HexA776C1D27018117263d
Octal24716630115470304274675
Binary101001111110110110000011101100111011000100010111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776C1; }

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

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

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

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

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

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

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

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