#A10672

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

Shades of Eggplant #A10672

Tints of Eggplant #A10672

Color information

#A10672 (or 0xA10672) is unknown color: approx Eggplant. HEX triplet: A1, 06 and 72. RGB value is (161,6,114). Sum of RGB (Red+Green+Blue) = 161+6+114=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A10672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10672 is #5EF98D. Grayscale: #404040. Windows color (decimal): -6224270 or 7472801. OLE color: 7472801.

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

Color convert

RGB1616114-
CMYK00.960.290.37
HSL318.19º92.81%32.75%-
HSV(B)318.19º96.27%63.14%-
XYZ17.88.9216.7-
YUV64.66155.85196.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=57.30%
G=2.14%
B=40.57%

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
Decimal161611400.960.290.37318.1992.8132.75
HexA16720601D2513e5d21
Octal24161620140354547613541
Binary10100001110111001001100000111011001011001111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10672; }

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

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

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

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

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

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

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

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