#A3167A

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

Shades of Eggplant #A3167A

Tints of Eggplant #A3167A

Color information

#A3167A (or 0xA3167A) is unknown color: approx Eggplant. HEX triplet: A3, 16 and 7A. RGB value is (163,22,122). Sum of RGB (Red+Green+Blue) = 163+22+122=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3167A is #5CE985. Grayscale: #4B4B4B. Windows color (decimal): -6089094 or 8001187. OLE color: 8001187.

HSL color Cylindrical-coordinate representation of color #A3167A: hue angle of 317.45º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3167A is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16322122-
CMYK00.870.250.36
HSL317.45º76.22%36.27%-
HSV(B)317.45º86.5%63.92%-
XYZ18.99.7719.3-
YUV75.56154.21190.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=53.09%
G=7.17%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632212200.870.250.36317.4576.2236.27
HexA3167A057192413d4c24
Octal243261720127314447511444
Binary1010001110110111101001010111110011001001001111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3167A; }

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

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

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

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

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

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

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

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