#A50F7B

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

Shades of Eggplant #A50F7B

Tints of Eggplant #A50F7B

Color information

#A50F7B (or 0xA50F7B) is unknown color: approx Eggplant. HEX triplet: A5, 0F and 7B. RGB value is (165,15,123). Sum of RGB (Red+Green+Blue) = 165+15+123=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F7B is #5AF084. Grayscale: #474747. Windows color (decimal): -5959813 or 8064933. OLE color: 8064933.

HSL color Cylindrical-coordinate representation of color #A50F7B: hue angle of 316.8º 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 #A50F7B is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16515123-
CMYK00.910.250.35
HSL316.8º83.33%35.29%-
HSV(B)316.8º90.91%64.71%-
XYZ19.269.7719.61-
YUV72.16156.7194.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 15 (6.25% from 255) = 4.95%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=54.46%
G=4.95%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651512300.910.250.35316.883.3335.29
HexA5F7B05B192313d5323
Octal245171730133314347512343
Binary101001011111111101101011011110011000111001111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F7B; }

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

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

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

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

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

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

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

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