#A7137C

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

Shades of Eggplant #A7137C

Tints of Eggplant #A7137C

Color information

#A7137C (or 0xA7137C) is unknown color: approx Eggplant. HEX triplet: A7, 13 and 7C. RGB value is (167,19,124). Sum of RGB (Red+Green+Blue) = 167+19+124=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7137C is #58EC83. Grayscale: #4A4A4A. Windows color (decimal): -5827716 or 8131495. OLE color: 8131495.

HSL color Cylindrical-coordinate representation of color #A7137C: hue angle of 317.43º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7137C is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16719124-
CMYK00.890.260.35
HSL317.43º79.57%36.47%-
HSV(B)317.43º88.62%65.49%-
XYZ19.8110.1419.98-
YUV75.22155.53193.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.87%
GREEN value IS 19 (7.81% from 255) = 6.13%
BLUE value IS 124 (48.83% from 255) = 40%
R=53.87%
G=6.13%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671912400.890.260.35317.4379.5736.47
HexA7137C0591A2313d5024
Octal247231740131324347512044
Binary1010011110011111110001011001110101000111001111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7137C; }

 p { color: rgb(167,19,124); }

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

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

 a { background-color: rgb(167,19,124); }

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

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

 span { border-color: rgb(167,19,124); }

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