#A776BA

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

Shades of East Side #A776BA

Tints of East Side #A776BA

Color information

#A776BA (or 0xA776BA) is unknown color: approx East Side. HEX triplet: A7, 76 and BA. RGB value is (167,118,186). Sum of RGB (Red+Green+Blue) = 167+118+186=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #A776BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776BA is #588945. Grayscale: #8C8C8C. Windows color (decimal): -5802310 or 12220071. OLE color: 12220071.

HSL color Cylindrical-coordinate representation of color #A776BA: hue angle of 283.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A776BA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167118186-
CMYK0.100.3700.27
HSL283.24º33.01%59.61%-
HSV(B)283.24º36.56%72.94%-
XYZ31.2824.7249.58-
YUV140.4153.73146.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=35.46%
G=25.05%
B=39.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671181860.100.3700.27283.2433.0159.61
HexA776BAA2501B11b213c
Octal24716627212450334334174
Binary101001111110110101110101010100101011011100011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776BA; }

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

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

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

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

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

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

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

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