#A11270

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

Shades of Eggplant #A11270

Tints of Eggplant #A11270

Color information

#A11270 (or 0xA11270) is unknown color: approx Eggplant. HEX triplet: A1, 12 and 70. RGB value is (161,18,112). Sum of RGB (Red+Green+Blue) = 161+18+112=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A11270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11270 is #5EED8F. Grayscale: #474747. Windows color (decimal): -6221200 or 7344801. OLE color: 7344801.

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

Color convert

RGB16118112-
CMYK00.890.300.37
HSL320.56º79.89%35.1%-
HSV(B)320.56º88.82%63.14%-
XYZ17.849.1816.16-
YUV71.47150.88191.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=55.33%
G=6.19%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611811200.890.300.37320.5679.8935.1
HexA112700591E251415023
Octal241221600131364550112043
Binary1010000110010111000001011001111101001011010000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11270; }

 p { color: rgb(161,18,112); }

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

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

 a { background-color: rgb(161,18,112); }

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

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

 span { border-color: rgb(161,18,112); }

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