#A3036F

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

Shades of Eggplant #A3036F

Tints of Eggplant #A3036F

Color information

#A3036F (or 0xA3036F) is unknown color: approx Eggplant. HEX triplet: A3, 03 and 6F. RGB value is (163,3,111). Sum of RGB (Red+Green+Blue) = 163+3+111=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3036F is #5CFC90. Grayscale: #3E3E3E. Windows color (decimal): -6093969 or 7275427. OLE color: 7275427.

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

Color convert

RGB1633111-
CMYK00.980.320.36
HSL319.5º96.39%32.55%-
HSV(B)319.5º98.16%63.92%-
XYZ18.01915.83-
YUV63.15155.01199.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=58.84%
G=1.08%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163311100.980.320.36319.596.3932.55
HexA336F06220241406021
Octal24331570142404450014041
Binary10100011111101111011000101000001001001010000001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3036F; }

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

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

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

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

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

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

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

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