#A10673

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

Shades of Eggplant #A10673

Tints of Eggplant #A10673

Color information

#A10673 (or 0xA10673) is unknown color: approx Eggplant. HEX triplet: A1, 06 and 73. RGB value is (161,6,115). Sum of RGB (Red+Green+Blue) = 161+6+115=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A10673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10673 is #5EF98C. Grayscale: #404040. Windows color (decimal): -6224269 or 7538337. OLE color: 7538337.

HSL color Cylindrical-coordinate representation of color #A10673: hue angle of 317.81º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10673 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB1616115-
CMYK00.960.290.37
HSL317.81º92.81%32.75%-
HSV(B)317.81º96.27%63.14%-
XYZ17.868.9517.01-
YUV64.77156.35196.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=57.09%
G=2.13%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161611500.960.290.37317.8192.8132.75
HexA16730601D2513e5d21
Octal24161630140354547613541
Binary10100001110111001101100000111011001011001111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10673; }

 p { color: rgb(161,6,115); }

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

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

 a { background-color: rgb(161,6,115); }

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

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

 span { border-color: rgb(161,6,115); }

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