#A8037A

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

Shades of Eggplant #A8037A

Tints of Eggplant #A8037A

Color information

#A8037A (or 0xA8037A) is unknown color: approx Eggplant. HEX triplet: A8, 03 and 7A. RGB value is (168,3,122). Sum of RGB (Red+Green+Blue) = 168+3+122=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8037A is #57FC85. Grayscale: #414141. Windows color (decimal): -5766278 or 7996328. OLE color: 7996328.

HSL color Cylindrical-coordinate representation of color #A8037A: hue angle of 316.73º degrees, saturation: 0.96, 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 #A8037A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB1683122-
CMYK00.980.270.34
HSL316.73º96.49%33.53%-
HSV(B)316.73º98.21%65.88%-
XYZ19.699.819.27-
YUV65.9159.66200.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.34%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=57.34%
G=1.02%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168312200.980.270.34316.7396.4933.53
HexA837A0621B2213d6022
Octal25031720142334247514042
Binary1010100011111101001100010110111000101001111011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8037A; }

 p { color: rgb(168,3,122); }

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

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

 a { background-color: rgb(168,3,122); }

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

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

 span { border-color: rgb(168,3,122); }

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