#A2127B

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

Shades of Eggplant #A2127B

Tints of Eggplant #A2127B

Color information

#A2127B (or 0xA2127B) is unknown color: approx Eggplant. HEX triplet: A2, 12 and 7B. RGB value is (162,18,123). Sum of RGB (Red+Green+Blue) = 162+18+123=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2127B is #5DED84. Grayscale: #484848. Windows color (decimal): -6155653 or 8065698. OLE color: 8065698.

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

Color convert

RGB16218123-
CMYK00.890.240.36
HSL316.25º80%35.29%-
HSV(B)316.25º88.89%63.53%-
XYZ18.699.5419.6-
YUV73.03156.21191.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=53.47%
G=5.94%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621812300.890.240.36316.258035.29
HexA2127B059182413c5023
Octal242221730131304447412043
Binary1010001010010111101101011001110001001001001111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2127B; }

 p { color: rgb(162,18,123); }

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

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

 a { background-color: rgb(162,18,123); }

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

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

 span { border-color: rgb(162,18,123); }

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