#A3007E

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

Shades of Eggplant #A3007E

Tints of Eggplant #A3007E

Color information

#A3007E (or 0xA3007E) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 7E. RGB value is (163,0,126). Sum of RGB (Red+Green+Blue) = 163+0+126=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3007E is #5CFF81. Grayscale: #3E3E3E. Windows color (decimal): -6094722 or 8257699. OLE color: 8257699.

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

Color convert

RGB1630126-
CMYK010.230.36
HSL313.62º100%31.96%-
HSV(B)313.62º100%63.92%-
XYZ18.879.2920.54-
YUV63.1163.5199.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=56.40%
G=0%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630126010.230.36313.6210031.96
HexA307E064172413a6420
Octal24301760144274447214440
Binary101000110111111001100100101111001001001110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3007E; }

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

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

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

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

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

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

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

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