#A50074

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

Shades of Eggplant #A50074

Tints of Eggplant #A50074

Color information

#A50074 (or 0xA50074) is unknown color: approx Eggplant. HEX triplet: A5, 00 and 74. RGB value is (165,0,116). Sum of RGB (Red+Green+Blue) = 165+0+116=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A50074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50074 is #5AFF8B. Grayscale: #3E3E3E. Windows color (decimal): -5963660 or 7602341. OLE color: 7602341.

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

Color convert

RGB1650116-
CMYK010.300.35
HSL317.82º100%32.35%-
HSV(B)317.82º100%64.71%-
XYZ18.679.2617.33-
YUV62.56158.16201.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=58.72%
G=0%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650116010.300.35317.8210032.35
HexA50740641E2313e6420
Octal24501640144364347614440
Binary101001010111010001100100111101000111001111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50074; }

 p { color: rgb(165,0,116); }

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

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

 a { background-color: rgb(165,0,116); }

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

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

 span { border-color: rgb(165,0,116); }

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