#A10F6E

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

Shades of Eggplant #A10F6E

Tints of Eggplant #A10F6E

Color information

#A10F6E (or 0xA10F6E) is unknown color: approx Eggplant. HEX triplet: A1, 0F and 6E. RGB value is (161,15,110). Sum of RGB (Red+Green+Blue) = 161+15+110=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10F6E is #5EF091. Grayscale: #454545. Windows color (decimal): -6221970 or 7212961. OLE color: 7212961.

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

Color convert

RGB16115110-
CMYK00.910.320.37
HSL320.96º82.95%34.51%-
HSV(B)320.96º90.68%63.14%-
XYZ17.689.0415.57-
YUV69.48150.87193.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.29%
GREEN value IS 15 (6.25% from 255) = 5.24%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=56.29%
G=5.24%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611511000.910.320.37320.9682.9534.51
HexA1F6E05B20251415323
Octal241171560133404550112343
Binary1010000111111101110010110111000001001011010000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F6E; }

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

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

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

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

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

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

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

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