#A3007D

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

Shades of Eggplant #A3007D

Tints of Eggplant #A3007D

Color information

#A3007D (or 0xA3007D) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 7D. RGB value is (163,0,125). Sum of RGB (Red+Green+Blue) = 163+0+125=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3007D is #5CFF82. Grayscale: #3E3E3E. Windows color (decimal): -6094723 or 8192163. OLE color: 8192163.

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

Color convert

RGB1630125-
CMYK010.230.36
HSL313.99º100%31.96%-
HSV(B)313.99º100%63.92%-
XYZ18.819.2720.2-
YUV62.99163199.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=56.60%
G=0%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630125010.230.36313.9910031.96
HexA307D064172413a6420
Octal24301750144274447214440
Binary101000110111110101100100101111001001001110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3007D; }

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

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

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

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

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

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

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

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