#A30A7B

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

Shades of Eggplant #A30A7B

Tints of Eggplant #A30A7B

Color information

#A30A7B (or 0xA30A7B) is unknown color: approx Eggplant. HEX triplet: A3, 0A and 7B. RGB value is (163,10,123). Sum of RGB (Red+Green+Blue) = 163+10+123=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30A7B is #5CF584. Grayscale: #444444. Windows color (decimal): -6092165 or 8063651. OLE color: 8063651.

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

Color convert

RGB16310123-
CMYK00.940.250.36
HSL315.69º88.44%33.92%-
HSV(B)315.69º93.87%63.92%-
XYZ18.799.4319.57-
YUV68.63158.69195.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.07%
GREEN value IS 10 (4.30% from 255) = 3.38%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=55.07%
G=3.38%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631012300.940.250.36315.6988.4433.92
HexA3A7B05E192413c5822
Octal243121730136314447413042
Binary101000111010111101101011110110011001001001111001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30A7B; }

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

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

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

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

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

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

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

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