#A0127A

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

Shades of Eggplant #A0127A

Tints of Eggplant #A0127A

Color information

#A0127A (or 0xA0127A) is unknown color: approx Eggplant. HEX triplet: A0, 12 and 7A. RGB value is (160,18,122). Sum of RGB (Red+Green+Blue) = 160+18+122=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0127A is #5FED85. Grayscale: #484848. Windows color (decimal): -6286726 or 8000160. OLE color: 8000160.

HSL color Cylindrical-coordinate representation of color #A0127A: hue angle of 316.06º 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 #A0127A is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16018122-
CMYK00.890.240.37
HSL316.06º79.78%34.9%-
HSV(B)316.06º88.75%62.75%-
XYZ18.239.3119.25-
YUV72.31156.04190.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=53.33%
G=6%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601812200.890.240.37316.0679.7834.9
HexA0127A059182513c5023
Octal240221720131304547412043
Binary1010000010010111101001011001110001001011001111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0127A; }

 p { color: rgb(160,18,122); }

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

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

 a { background-color: rgb(160,18,122); }

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

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

 span { border-color: rgb(160,18,122); }

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