#A30064

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

Shades of Eggplant #A30064

Tints of Eggplant #A30064

Color information

#A30064 (or 0xA30064) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 64. RGB value is (163,0,100). Sum of RGB (Red+Green+Blue) = 163+0+100=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A30064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30064 is #5CFF9B. Grayscale: #3B3B3B. Windows color (decimal): -6094748 or 6553763. OLE color: 6553763.

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

Color convert

RGB1630100-
CMYK010.390.36
HSL323.19º100%31.96%-
HSV(B)323.19º100%63.92%-
XYZ17.48.7112.82-
YUV60.14150.5201.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=61.98%
G=0%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630100010.390.36323.1910031.96
HexA306406427241436420
Octal24301440144474450314440
Binary1010001101100100011001001001111001001010000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30064; }

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

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

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

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

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

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

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

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