#A3007C

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

Shades of Eggplant #A3007C

Tints of Eggplant #A3007C

Color information

#A3007C (or 0xA3007C) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 7C. RGB value is (163,0,124). Sum of RGB (Red+Green+Blue) = 163+0+124=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3007C is #5CFF83. Grayscale: #3E3E3E. Windows color (decimal): -6094724 or 8126627. OLE color: 8126627.

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

Color convert

RGB1630124-
CMYK010.240.36
HSL314.36º100%31.96%-
HSV(B)314.36º100%63.92%-
XYZ18.749.2419.86-
YUV62.87162.5199.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=56.79%
G=0%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630124010.240.36314.3610031.96
HexA307C064182413a6420
Octal24301740144304447214440
Binary101000110111110001100100110001001001001110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3007C; }

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

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

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

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

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

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

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

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