#A50F81

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

Shades of Eggplant #A50F81

Tints of Eggplant #A50F81

Color information

#A50F81 (or 0xA50F81) is unknown color: approx Eggplant. HEX triplet: A5, 0F and 81. RGB value is (165,15,129). Sum of RGB (Red+Green+Blue) = 165+15+129=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50F81 is #5AF07E. Grayscale: #484848. Windows color (decimal): -5959807 or 8458149. OLE color: 8458149.

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

Color convert

RGB16515129-
CMYK00.910.220.35
HSL314.4º83.33%35.29%-
HSV(B)314.4º90.91%64.71%-
XYZ19.659.9321.65-
YUV72.85159.7193.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=53.40%
G=4.85%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651512900.910.220.35314.483.3335.29
HexA5F8105B162313a5323
Octal245172010133264347212343
Binary1010010111111000000101011011101101000111001110101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F81; }

 p { color: rgb(165,15,129); }

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

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

 a { background-color: rgb(165,15,129); }

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

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

 span { border-color: rgb(165,15,129); }

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