#A10464

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

Shades of Eggplant #A10464

Tints of Eggplant #A10464

Color information

#A10464 (or 0xA10464) is unknown color: approx Eggplant. HEX triplet: A1, 04 and 64. RGB value is (161,4,100). Sum of RGB (Red+Green+Blue) = 161+4+100=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A10464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10464 is #5EFB9B. Grayscale: #3D3D3D. Windows color (decimal): -6224796 or 6554785. OLE color: 6554785.

HSL color Cylindrical-coordinate representation of color #A10464: hue angle of 323.31º 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 #A10464 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1614100-
CMYK00.980.380.37
HSL323.31º95.15%32.35%-
HSV(B)323.31º97.52%63.14%-
XYZ17.048.5812.82-
YUV61.89149.51198.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=60.75%
G=1.51%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161410000.980.380.37323.3195.1532.35
HexA146406226251435f20
Octal24141440142464550313740
Binary101000011001100100011000101001101001011010000111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10464; }

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

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

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

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

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

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

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

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