#A77DAD

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

Shades of East Side #A77DAD

Tints of East Side #A77DAD

Color information

#A77DAD (or 0xA77DAD) is unknown color: approx East Side. HEX triplet: A7, 7D and AD. RGB value is (167,125,173). Sum of RGB (Red+Green+Blue) = 167+125+173=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #A77DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77DAD is #588252. Grayscale: #8E8E8E. Windows color (decimal): -5800531 or 11369895. OLE color: 11369895.

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

Color convert

RGB167125173-
CMYK0.030.2800.32
HSL292.5º22.64%58.43%-
HSV(B)292.5º27.75%67.84%-
XYZ30.8125.942.91-
YUV143.03144.91145.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=35.91%
G=26.88%
B=37.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671251730.030.2800.32292.522.6458.43
HexA77DAD31C020124173a
Octal2471752553340404442772
Binary101001111111101101011011111100010000010010010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DAD; }

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

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

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

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

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

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

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

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