#A30768

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

Shades of Eggplant #A30768

Tints of Eggplant #A30768

Color information

#A30768 (or 0xA30768) is unknown color: approx Eggplant. HEX triplet: A3, 07 and 68. RGB value is (163,7,104). Sum of RGB (Red+Green+Blue) = 163+7+104=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A30768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30768 is #5CF897. Grayscale: #404040. Windows color (decimal): -6092952 or 6817699. OLE color: 6817699.

HSL color Cylindrical-coordinate representation of color #A30768: hue angle of 322.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30768 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB1637104-
CMYK00.960.360.36
HSL322.69º91.76%33.33%-
HSV(B)322.69º95.71%63.92%-
XYZ17.688.9413.89-
YUV64.7150.18198.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=59.49%
G=2.55%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163710400.960.360.36322.6991.7633.33
HexA376806024241435c21
Octal24371500140444450313441
Binary101000111111101000011000001001001001001010000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30768; }

 p { color: rgb(163,7,104); }

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

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

 a { background-color: rgb(163,7,104); }

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

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

 span { border-color: rgb(163,7,104); }

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