#A30074

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

Shades of Eggplant #A30074

Tints of Eggplant #A30074

Color information

#A30074 (or 0xA30074) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 74. RGB value is (163,0,116). Sum of RGB (Red+Green+Blue) = 163+0+116=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A30074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30074 is #5CFF8B. Grayscale: #3D3D3D. Windows color (decimal): -6094732 or 7602339. OLE color: 7602339.

HSL color Cylindrical-coordinate representation of color #A30074: hue angle of 317.3º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30074 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB1630116-
CMYK010.290.36
HSL317.3º100%31.96%-
HSV(B)317.3º100%63.92%-
XYZ18.269.0517.31-
YUV61.96158.5200.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=58.42%
G=0%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630116010.290.36317.310031.96
HexA30740641D2413d6420
Octal24301640144354447514440
Binary101000110111010001100100111011001001001111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30074; }

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

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

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

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

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

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

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

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