#A77DAE

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

Shades of East Side #A77DAE

Tints of East Side #A77DAE

Color information

#A77DAE (or 0xA77DAE) is unknown color: approx East Side. HEX triplet: A7, 7D and AE. RGB value is (167,125,174). Sum of RGB (Red+Green+Blue) = 167+125+174=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #A77DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77DAE is #588251. Grayscale: #8E8E8E. Windows color (decimal): -5800530 or 11435431. OLE color: 11435431.

HSL color Cylindrical-coordinate representation of color #A77DAE: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A77DAE is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167125174-
CMYK0.040.2800.32
HSL291.43º23.22%58.63%-
HSV(B)291.43º28.16%68.24%-
XYZ30.9125.9443.42-
YUV143.14145.41145.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=35.84%
G=26.82%
B=37.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671251740.040.2800.32291.4323.2258.63
HexA77DAE41C020123173b
Octal2471752564340404432773
Binary1010011111111011010111010011100010000010010001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DAE; }

 p { color: rgb(167,125,174); }

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

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

 a { background-color: rgb(167,125,174); }

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

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

 span { border-color: rgb(167,125,174); }

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