#A3036A

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

Shades of Eggplant #A3036A

Tints of Eggplant #A3036A

Color information

#A3036A (or 0xA3036A) is unknown color: approx Eggplant. HEX triplet: A3, 03 and 6A. RGB value is (163,3,106). Sum of RGB (Red+Green+Blue) = 163+3+106=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3036A is #5CFC95. Grayscale: #3E3E3E. Windows color (decimal): -6093974 or 6947747. OLE color: 6947747.

HSL color Cylindrical-coordinate representation of color #A3036A: hue angle of 321.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3036A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB1633106-
CMYK00.980.350.36
HSL321.38º96.39%32.55%-
HSV(B)321.38º98.16%63.92%-
XYZ17.748.8914.42-
YUV62.58152.51199.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=59.93%
G=1.10%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163310600.980.350.36321.3896.3932.55
HexA336A06223241416021
Octal24331520142434450114041
Binary10100011111101010011000101000111001001010000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3036A; }

 p { color: rgb(163,3,106); }

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

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

 a { background-color: rgb(163,3,106); }

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

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

 span { border-color: rgb(163,3,106); }

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