#A3006A

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

Shades of Eggplant #A3006A

Tints of Eggplant #A3006A

Color information

#A3006A (or 0xA3006A) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 6A. RGB value is (163,0,106). Sum of RGB (Red+Green+Blue) = 163+0+106=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A3006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3006A is #5CFF95. Grayscale: #3C3C3C. Windows color (decimal): -6094742 or 6946979. OLE color: 6946979.

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

Color convert

RGB1630106-
CMYK010.350.36
HSL320.98º100%31.96%-
HSV(B)320.98º100%63.92%-
XYZ17.718.8314.41-
YUV60.82153.5200.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=60.59%
G=0%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630106010.350.36320.9810031.96
HexA306A06423241416420
Octal24301520144434450114440
Binary1010001101101010011001001000111001001010000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3006A; }

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

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

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

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

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

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

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

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