#A11279

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

Shades of Eggplant #A11279

Tints of Eggplant #A11279

Color information

#A11279 (or 0xA11279) is unknown color: approx Eggplant. HEX triplet: A1, 12 and 79. RGB value is (161,18,121). Sum of RGB (Red+Green+Blue) = 161+18+121=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A11279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11279 is #5EED86. Grayscale: #484848. Windows color (decimal): -6221191 or 7934625. OLE color: 7934625.

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

Color convert

RGB16118121-
CMYK00.890.250.37
HSL316.78º79.89%35.1%-
HSV(B)316.78º88.82%63.14%-
XYZ18.379.3918.93-
YUV72.5155.38191.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=53.67%
G=6%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611812100.890.250.37316.7879.8935.1
HexA11279059192513d5023
Octal241221710131314547512043
Binary1010000110010111100101011001110011001011001111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11279; }

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

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

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

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

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

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

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

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