#A3107F

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

Shades of Eggplant #A3107F

Tints of Eggplant #A3107F

Color information

#A3107F (or 0xA3107F) is unknown color: approx Eggplant. HEX triplet: A3, 10 and 7F. RGB value is (163,16,127). Sum of RGB (Red+Green+Blue) = 163+16+127=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3107F is #5CEF80. Grayscale: #484848. Windows color (decimal): -6090625 or 8327331. OLE color: 8327331.

HSL color Cylindrical-coordinate representation of color #A3107F: hue angle of 314.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3107F is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16316127-
CMYK00.900.220.36
HSL314.69º82.12%35.1%-
HSV(B)314.69º90.18%63.92%-
XYZ19.129.6920.94-
YUV72.61158.7192.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 16 (6.64% from 255) = 5.23%
BLUE value IS 127 (50% from 255) = 41.50%
R=53.27%
G=5.23%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631612700.900.220.36314.6982.1235.1
HexA3107F05A162413b5223
Octal243201770132264447312243
Binary1010001110000111111101011010101101001001001110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3107F; }

 p { color: rgb(163,16,127); }

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

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

 a { background-color: rgb(163,16,127); }

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

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

 span { border-color: rgb(163,16,127); }

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