#A1127C

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

Shades of Eggplant #A1127C

Tints of Eggplant #A1127C

Color information

#A1127C (or 0xA1127C) is unknown color: approx Eggplant. HEX triplet: A1, 12 and 7C. RGB value is (161,18,124). Sum of RGB (Red+Green+Blue) = 161+18+124=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1127C is #5EED83. Grayscale: #484848. Windows color (decimal): -6221188 or 8131233. OLE color: 8131233.

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

Color convert

RGB16118124-
CMYK00.890.230.37
HSL315.52º79.89%35.1%-
HSV(B)315.52º88.82%63.14%-
XYZ18.559.4619.92-
YUV72.84156.88190.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=53.14%
G=5.94%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611812400.890.230.37315.5279.8935.1
HexA1127C059172513c5023
Octal241221740131274547412043
Binary1010000110010111110001011001101111001011001111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1127C; }

 p { color: rgb(161,18,124); }

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

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

 a { background-color: rgb(161,18,124); }

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

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

 span { border-color: rgb(161,18,124); }

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