#A77EB1

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

Shades of East Side #A77EB1

Tints of East Side #A77EB1

Color information

#A77EB1 (or 0xA77EB1) is unknown color: approx East Side. HEX triplet: A7, 7E and B1. RGB value is (167,126,177). Sum of RGB (Red+Green+Blue) = 167+126+177=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #A77EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77EB1 is #58814E. Grayscale: #8F8F8F. Windows color (decimal): -5800271 or 11632295. OLE color: 11632295.

HSL color Cylindrical-coordinate representation of color #A77EB1: hue angle of 288.24º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77EB1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167126177-
CMYK0.060.2900.31
HSL288.24º24.64%59.41%-
HSV(B)288.24º28.81%69.41%-
XYZ31.3326.3145.02-
YUV144.07146.58144.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=35.53%
G=26.81%
B=37.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671261770.060.2900.31288.2424.6459.41
HexA77EB161D01F120193b
Octal2471762616350374403173
Binary101001111111110101100011101110101111110010000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77EB1; }

 p { color: rgb(167,126,177); }

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

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

 a { background-color: rgb(167,126,177); }

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

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

 span { border-color: rgb(167,126,177); }

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