#A00074

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

Shades of Eggplant #A00074

Tints of Eggplant #A00074

Color information

#A00074 (or 0xA00074) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 74. RGB value is (160,0,116). Sum of RGB (Red+Green+Blue) = 160+0+116=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A00074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00074 is #5FFF8B. Grayscale: #3C3C3C. Windows color (decimal): -6291340 or 7602336. OLE color: 7602336.

HSL color Cylindrical-coordinate representation of color #A00074: hue angle of 316.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00074 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB1600116-
CMYK010.280.37
HSL316.5º100%31.37%-
HSV(B)316.5º100%62.75%-
XYZ17.658.7317.28-
YUV61.06159.01198.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=57.97%
G=0%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600116010.280.37316.510031.37
HexA00740641C2513c641f
Octal24001640144344547414437
Binary10100000011101000110010011100100101100111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00074; }

 p { color: rgb(160,0,116); }

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

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

 a { background-color: rgb(160,0,116); }

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

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

 span { border-color: rgb(160,0,116); }

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