#A3006D

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

Shades of Eggplant #A3006D

Tints of Eggplant #A3006D

Color information

#A3006D (or 0xA3006D) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 6D. RGB value is (163,0,109). Sum of RGB (Red+Green+Blue) = 163+0+109=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3006D is #5CFF92. Grayscale: #3C3C3C. Windows color (decimal): -6094739 or 7143587. OLE color: 7143587.

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

Color convert

RGB1630109-
CMYK010.330.36
HSL319.88º100%31.96%-
HSV(B)319.88º100%63.92%-
XYZ17.868.8915.24-
YUV61.16155200.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=59.93%
G=0%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630109010.330.36319.8810031.96
HexA306D06421241406420
Octal24301550144414450014440
Binary1010001101101101011001001000011001001010000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3006D; }

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

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

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

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

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

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

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

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