#A9046C

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

Shades of Eggplant #A9046C

Tints of Eggplant #A9046C

Color information

#A9046C (or 0xA9046C) is unknown color: approx Eggplant. HEX triplet: A9, 04 and 6C. RGB value is (169,4,108). Sum of RGB (Red+Green+Blue) = 169+4+108=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A9046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9046C is #56FB93. Grayscale: #404040. Windows color (decimal): -5700500 or 7079081. OLE color: 7079081.

HSL color Cylindrical-coordinate representation of color #A9046C: hue angle of 322.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9046C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB1694108-
CMYK00.980.360.34
HSL322.18º95.38%33.92%-
HSV(B)322.18º97.63%66.27%-
XYZ19.119.615.03-
YUV65.19152.16202.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=60.14%
G=1.42%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169410800.980.360.34322.1895.3833.92
HexA946C06224221425f22
Octal25141540142444250213742
Binary101010011001101100011000101001001000101010000101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9046C; }

 p { color: rgb(169,4,108); }

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

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

 a { background-color: rgb(169,4,108); }

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

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

 span { border-color: rgb(169,4,108); }

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