#A30080

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

Shades of Eggplant #A30080

Tints of Eggplant #A30080

Color information

#A30080 (or 0xA30080) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 80. RGB value is (163,0,128). Sum of RGB (Red+Green+Blue) = 163+0+128=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A30080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30080 is #5CFF7F. Grayscale: #3E3E3E. Windows color (decimal): -6094720 or 8388771. OLE color: 8388771.

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

Color convert

RGB1630128-
CMYK010.210.36
HSL312.88º100%31.96%-
HSV(B)312.88º100%63.92%-
XYZ199.3521.22-
YUV63.33164.5199.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=56.01%
G=0%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630128010.210.36312.8810031.96
HexA308006415241396420
Octal24302000144254447114440
Binary1010001101000000001100100101011001001001110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30080; }

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

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

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

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

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

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

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

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