#A5117A

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

Shades of Eggplant #A5117A

Tints of Eggplant #A5117A

Color information

#A5117A (or 0xA5117A) is unknown color: approx Eggplant. HEX triplet: A5, 11 and 7A. RGB value is (165,17,122). Sum of RGB (Red+Green+Blue) = 165+17+122=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A5117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5117A is #5AEE85. Grayscale: #484848. Windows color (decimal): -5959302 or 7999909. OLE color: 7999909.

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

Color convert

RGB16517122-
CMYK00.900.260.35
HSL317.43º81.32%35.69%-
HSV(B)317.43º89.7%64.71%-
XYZ19.239.8119.29-
YUV73.22155.53193.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 17 (7.03% from 255) = 5.59%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=54.28%
G=5.59%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651712200.900.260.35317.4381.3235.69
HexA5117A05A1A2313d5124
Octal245211720132324347512144
Binary1010010110001111101001011010110101000111001111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5117A; }

 p { color: rgb(165,17,122); }

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

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

 a { background-color: rgb(165,17,122); }

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

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

 span { border-color: rgb(165,17,122); }

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