#A10272

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

Shades of Eggplant #A10272

Tints of Eggplant #A10272

Color information

#A10272 (or 0xA10272) is unknown color: approx Eggplant. HEX triplet: A1, 02 and 72. RGB value is (161,2,114). Sum of RGB (Red+Green+Blue) = 161+2+114=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A10272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10272 is #5EFD8D. Grayscale: #3E3E3E. Windows color (decimal): -6225294 or 7471777. OLE color: 7471777.

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

Color convert

RGB1612114-
CMYK00.990.290.37
HSL317.74º97.55%31.96%-
HSV(B)317.74º98.76%63.14%-
XYZ17.768.8416.69-
YUV62.31157.18198.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=58.12%
G=0.72%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161211400.990.290.37317.7497.5531.96
HexA12720631D2513e6220
Octal24121620143354547614240
Binary1010000110111001001100011111011001011001111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10272; }

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

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

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

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

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

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

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

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