#A90078

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

Shades of Eggplant #A90078

Tints of Eggplant #A90078

Color information

#A90078 (or 0xA90078) is unknown color: approx Eggplant. HEX triplet: A9, 00 and 78. RGB value is (169,0,120). Sum of RGB (Red+Green+Blue) = 169+0+120=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A90078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90078 is #56FF87. Grayscale: #3F3F3F. Windows color (decimal): -5701512 or 7864489. OLE color: 7864489.

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

Color convert

RGB1690120-
CMYK010.290.34
HSL317.4º100%33.14%-
HSV(B)317.4º100%66.27%-
XYZ19.759.7918.62-
YUV64.21159.49202.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=58.48%
G=0%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1690120010.290.34317.410033.14
HexA90780641D2213d6421
Octal25101700144354247514441
Binary101010010111100001100100111011000101001111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90078; }

 p { color: rgb(169,0,120); }

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

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

 a { background-color: rgb(169,0,120); }

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

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

 span { border-color: rgb(169,0,120); }

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