#A3007A

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

Shades of Eggplant #A3007A

Tints of Eggplant #A3007A

Color information

#A3007A (or 0xA3007A) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 7A. RGB value is (163,0,122). Sum of RGB (Red+Green+Blue) = 163+0+122=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A3007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3007A is #5CFF85. Grayscale: #3E3E3E. Windows color (decimal): -6094726 or 7995555. OLE color: 7995555.

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

Color convert

RGB1630122-
CMYK010.250.36
HSL315.09º100%31.96%-
HSV(B)315.09º100%63.92%-
XYZ18.629.1919.21-
YUV62.64161.5199.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=57.19%
G=0%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630122010.250.36315.0910031.96
HexA307A064192413b6420
Octal24301720144314447314440
Binary101000110111101001100100110011001001001110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3007A; }

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

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

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

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

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

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

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

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