#A30071

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

Shades of Eggplant #A30071

Tints of Eggplant #A30071

Color information

#A30071 (or 0xA30071) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 71. RGB value is (163,0,113). Sum of RGB (Red+Green+Blue) = 163+0+113=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A30071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30071 is #5CFF8E. Grayscale: #3D3D3D. Windows color (decimal): -6094735 or 7405731. OLE color: 7405731.

HSL color Cylindrical-coordinate representation of color #A30071: hue angle of 318.4º 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 #A30071 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB1630113-
CMYK010.310.36
HSL318.4º100%31.96%-
HSV(B)318.4º100%63.92%-
XYZ18.088.9816.4-
YUV61.62157200.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=59.06%
G=0%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630113010.310.36318.410031.96
HexA30710641F2413e6420
Octal24301610144374447614440
Binary101000110111000101100100111111001001001111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30071; }

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

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

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

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

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

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

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

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