#A30771

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

Shades of Eggplant #A30771

Tints of Eggplant #A30771

Color information

#A30771 (or 0xA30771) is unknown color: approx Eggplant. HEX triplet: A3, 07 and 71. RGB value is (163,7,113). Sum of RGB (Red+Green+Blue) = 163+7+113=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30771 is #5CF88E. Grayscale: #414141. Windows color (decimal): -6092943 or 7407523. OLE color: 7407523.

HSL color Cylindrical-coordinate representation of color #A30771: hue angle of 319.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30771 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB1637113-
CMYK00.960.310.36
HSL319.23º91.76%33.33%-
HSV(B)319.23º95.71%63.92%-
XYZ18.169.1316.43-
YUV65.73154.68197.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=57.60%
G=2.47%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163711300.960.310.36319.2391.7633.33
HexA37710601F2413f5c21
Octal24371610140374447713441
Binary10100011111111000101100000111111001001001111111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30771; }

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

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

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

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

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

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

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

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