#A40F7C

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

Shades of Eggplant #A40F7C

Tints of Eggplant #A40F7C

Color information

#A40F7C (or 0xA40F7C) is unknown color: approx Eggplant. HEX triplet: A4, 0F and 7C. RGB value is (164,15,124). Sum of RGB (Red+Green+Blue) = 164+15+124=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F7C is #5BF083. Grayscale: #474747. Windows color (decimal): -6025348 or 8130468. OLE color: 8130468.

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

Color convert

RGB16415124-
CMYK00.910.240.36
HSL316.11º83.24%35.1%-
HSV(B)316.11º90.85%64.31%-
XYZ19.129.6919.93-
YUV71.98157.36193.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 15 (6.25% from 255) = 4.95%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=54.13%
G=4.95%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641512400.910.240.36316.1183.2435.1
HexA4F7C05B182413c5323
Octal244171740133304447412343
Binary101001001111111110001011011110001001001001111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F7C; }

 p { color: rgb(164,15,124); }

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

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

 a { background-color: rgb(164,15,124); }

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

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

 span { border-color: rgb(164,15,124); }

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