#A77CAD

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

Shades of East Side #A77CAD

Tints of East Side #A77CAD

Color information

#A77CAD (or 0xA77CAD) is unknown color: approx East Side. HEX triplet: A7, 7C and AD. RGB value is (167,124,173). Sum of RGB (Red+Green+Blue) = 167+124+173=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #A77CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77CAD is #588352. Grayscale: #8E8E8E. Windows color (decimal): -5800787 or 11369639. OLE color: 11369639.

HSL color Cylindrical-coordinate representation of color #A77CAD: hue angle of 292.65º 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 #A77CAD is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167124173-
CMYK0.030.2800.32
HSL292.65º23%58.24%-
HSV(B)292.65º28.32%67.84%-
XYZ30.6925.6542.87-
YUV142.44145.25145.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=35.99%
G=26.72%
B=37.28%

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
Decimal1671241730.030.2800.32292.652358.24
HexA77CAD31C020125173a
Octal2471742553340404452772
Binary101001111111100101011011111100010000010010010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CAD; }

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

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

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

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

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

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

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

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