#a30f7f

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

Shades of Eggplant #A30F7F

Tints of Eggplant #A30F7F

Color information

#A30F7F (or 0xA30F7F) is unknown color: approx Eggplant. HEX triplet: A3, 0F and 7F. RGB value is (163,15,127). Sum of RGB (Red+Green+Blue) = 163+15+127=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F7F is #5CF080. Grayscale: #474747. Windows color (decimal): -6090881 or 8327075. OLE color: 8327075.

HSL color Cylindrical-coordinate representation of color #A30F7F: hue angle of 314.59º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F7F is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16315127-
CMYK00.910.220.36
HSL314.59º83.15%34.9%-
HSV(B)314.59º90.8%63.92%-
XYZ19.119.6620.94-
YUV72.02159.03192.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 127 (50% from 255) = 41.64%
R=53.44%
G=4.92%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631512700.910.220.36314.5983.1534.9
HexA3F7F05B162413b5323
Octal243171770133264447312343
Binary101000111111111111101011011101101001001001110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30f7f; }

 p { color: rgb(163,15,127); }

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

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

 a { background-color: rgb(163,15,127); }

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

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

 span { border-color: rgb(163,15,127); }

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