#A77FBD

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

Shades of East Side #A77FBD

Tints of East Side #A77FBD

Color information

#A77FBD (or 0xA77FBD) is unknown color: approx East Side. HEX triplet: A7, 7F and BD. RGB value is (167,127,189). Sum of RGB (Red+Green+Blue) = 167+127+189=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #A77FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FBD is #588042. Grayscale: #919191. Windows color (decimal): -5800003 or 12418983. OLE color: 12418983.

HSL color Cylindrical-coordinate representation of color #A77FBD: hue angle of 278.71º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77FBD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167127189-
CMYK0.120.3300.26
HSL278.71º31.96%61.96%-
HSV(B)278.71º32.8%74.12%-
XYZ32.7127.0751.64-
YUV146.03152.25142.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=34.58%
G=26.29%
B=39.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671271890.120.3300.26278.7131.9661.96
HexA77FBDC2101A117203e
Octal24717727514410324274076
Binary101001111111111101111011100100001011010100010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FBD; }

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

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

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

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

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

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

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

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