#A77FBF

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

Shades of East Side #A77FBF

Tints of East Side #A77FBF

Color information

#A77FBF (or 0xA77FBF) is unknown color: approx East Side. HEX triplet: A7, 7F and BF. RGB value is (167,127,191). Sum of RGB (Red+Green+Blue) = 167+127+191=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #A77FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FBF is #588040. Grayscale: #929292. Windows color (decimal): -5800001 or 12550055. OLE color: 12550055.

HSL color Cylindrical-coordinate representation of color #A77FBF: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A77FBF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167127191-
CMYK0.130.3400.25
HSL277.5º33.33%62.35%-
HSV(B)277.5º33.51%74.9%-
XYZ32.9327.1652.8-
YUV146.26153.25142.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 191 (75% from 255) = 39.38%
R=34.43%
G=26.19%
B=39.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671271910.130.3400.25277.533.3362.35
HexA77FBFD22019116213e
Octal24717727715420314264176
Binary101001111111111101111111101100010011001100010110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FBF; }

 p { color: rgb(167,127,191); }

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

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

 a { background-color: rgb(167,127,191); }

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

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

 span { border-color: rgb(167,127,191); }

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