#A10F72

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

Shades of Eggplant #A10F72

Tints of Eggplant #A10F72

Color information

#A10F72 (or 0xA10F72) is unknown color: approx Eggplant. HEX triplet: A1, 0F and 72. RGB value is (161,15,114). Sum of RGB (Red+Green+Blue) = 161+15+114=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10F72 is #5EF08D. Grayscale: #454545. Windows color (decimal): -6221966 or 7475105. OLE color: 7475105.

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

Color convert

RGB16115114-
CMYK00.910.290.37
HSL319.32º82.95%34.51%-
HSV(B)319.32º90.68%63.14%-
XYZ17.919.1316.74-
YUV69.94152.87192.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=55.52%
G=5.17%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611511400.910.290.37319.3282.9534.51
HexA1F7205B1D2513f5323
Octal241171620133354547712343
Binary101000011111111001001011011111011001011001111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F72; }

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

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

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

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

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

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

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

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