#a30c7b

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

Shades of Eggplant #A30C7B

Tints of Eggplant #A30C7B

Color information

#A30C7B (or 0xA30C7B) is unknown color: approx Eggplant. HEX triplet: A3, 0C and 7B. RGB value is (163,12,123). Sum of RGB (Red+Green+Blue) = 163+12+123=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30C7B is #5CF384. Grayscale: #454545. Windows color (decimal): -6091653 or 8064163. OLE color: 8064163.

HSL color Cylindrical-coordinate representation of color #A30C7B: hue angle of 315.89º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30C7B is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16312123-
CMYK00.930.250.36
HSL315.89º86.29%34.31%-
HSV(B)315.89º92.64%63.92%-
XYZ18.819.4819.58-
YUV69.8158.03194.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=54.70%
G=4.03%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631212300.930.250.36315.8986.2934.31
HexA3C7B05D192413c5622
Octal243141730135314447412642
Binary101000111100111101101011101110011001001001111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30c7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30c7b; }

 p { color: rgb(163,12,123); }

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

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

 a { background-color: rgb(163,12,123); }

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

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

 span { border-color: rgb(163,12,123); }

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