#A3006E

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

Shades of Eggplant #A3006E

Tints of Eggplant #A3006E

Color information

#A3006E (or 0xA3006E) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 6E. RGB value is (163,0,110). Sum of RGB (Red+Green+Blue) = 163+0+110=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3006E is #5CFF91. Grayscale: #3D3D3D. Windows color (decimal): -6094738 or 7209123. OLE color: 7209123.

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

Color convert

RGB1630110-
CMYK010.330.36
HSL319.51º100%31.96%-
HSV(B)319.51º100%63.92%-
XYZ17.928.9115.53-
YUV61.28155.5200.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=59.71%
G=0%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630110010.330.36319.5110031.96
HexA306E06421241406420
Octal24301560144414450014440
Binary1010001101101110011001001000011001001010000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3006E; }

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

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

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

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

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

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

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

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