#A77BB1

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

Shades of East Side #A77BB1

Tints of East Side #A77BB1

Color information

#A77BB1 (or 0xA77BB1) is unknown color: approx East Side. HEX triplet: A7, 7B and B1. RGB value is (167,123,177). Sum of RGB (Red+Green+Blue) = 167+123+177=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #A77BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77BB1 is #58844E. Grayscale: #8E8E8E. Windows color (decimal): -5801039 or 11631527. OLE color: 11631527.

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

Color convert

RGB167123177-
CMYK0.060.3100.31
HSL288.89º25.71%58.82%-
HSV(B)288.89º30.51%69.41%-
XYZ30.9625.5644.9-
YUV142.31147.58145.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=35.76%
G=26.34%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671231770.060.3100.31288.8925.7158.82
HexA77BB161F01F1211a3b
Octal2471732616370374413273
Binary101001111111011101100011101111101111110010000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BB1; }

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

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

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

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

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

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

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

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