#A50773

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

Shades of Eggplant #A50773

Tints of Eggplant #A50773

Color information

#A50773 (or 0xA50773) is unknown color: approx Eggplant. HEX triplet: A5, 07 and 73. RGB value is (165,7,115). Sum of RGB (Red+Green+Blue) = 165+7+115=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A50773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50773 is #5AF88C. Grayscale: #424242. Windows color (decimal): -5961869 or 7538597. OLE color: 7538597.

HSL color Cylindrical-coordinate representation of color #A50773: hue angle of 318.99º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50773 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB1657115-
CMYK00.960.300.35
HSL318.99º91.86%33.73%-
HSV(B)318.99º95.76%64.71%-
XYZ18.699.3917.05-
YUV66.55155.35198.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 7 (3.12% from 255) = 2.44%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=57.49%
G=2.44%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165711500.960.300.35318.9991.8633.73
HexA57730601E2313f5c22
Octal24571630140364347713442
Binary10100101111111001101100000111101000111001111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50773; }

 p { color: rgb(165,7,115); }

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

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

 a { background-color: rgb(165,7,115); }

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

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

 span { border-color: rgb(165,7,115); }

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