#A10463

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

Shades of Eggplant #A10463

Tints of Eggplant #A10463

Color information

#A10463 (or 0xA10463) is unknown color: approx Eggplant. HEX triplet: A1, 04 and 63. RGB value is (161,4,99). Sum of RGB (Red+Green+Blue) = 161+4+99=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A10463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10463 is #5EFB9C. Grayscale: #3D3D3D. Windows color (decimal): -6224797 or 6489249. OLE color: 6489249.

HSL color Cylindrical-coordinate representation of color #A10463: hue angle of 323.69º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10463 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB161499-
CMYK00.980.390.37
HSL323.69º95.15%32.35%-
HSV(B)323.69º97.52%63.14%-
XYZ16.998.5612.56-
YUV61.77149.01198.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=60.98%
G=1.52%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16149900.980.390.37323.6995.1532.35
HexA146306227251445f20
Octal24141430142474550413740
Binary101000011001100011011000101001111001011010001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10463; }

 p { color: rgb(161,4,99); }

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

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

 a { background-color: rgb(161,4,99); }

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

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

 span { border-color: rgb(161,4,99); }

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