#A77BAF

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

Shades of East Side #A77BAF

Tints of East Side #A77BAF

Color information

#A77BAF (or 0xA77BAF) is unknown color: approx East Side. HEX triplet: A7, 7B and AF. RGB value is (167,123,175). Sum of RGB (Red+Green+Blue) = 167+123+175=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #A77BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77BAF is #588450. Grayscale: #8D8D8D. Windows color (decimal): -5801041 or 11500455. OLE color: 11500455.

HSL color Cylindrical-coordinate representation of color #A77BAF: hue angle of 290.77º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A77BAF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167123175-
CMYK0.050.3000.31
HSL290.77º24.53%58.43%-
HSV(B)290.77º29.71%68.63%-
XYZ30.7625.4843.85-
YUV142.08146.58145.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=35.91%
G=26.45%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671231750.050.3000.31290.7724.5358.43
HexA77BAF51E01F123193a
Octal2471732575360374433172
Binary101001111111011101011111011111001111110010001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BAF; }

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

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

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

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

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

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

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

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