#A90275

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

Shades of Eggplant #A90275

Tints of Eggplant #A90275

Color information

#A90275 (or 0xA90275) is unknown color: approx Eggplant. HEX triplet: A9, 02 and 75. RGB value is (169,2,117). Sum of RGB (Red+Green+Blue) = 169+2+117=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A90275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90275 is #56FD8A. Grayscale: #404040. Windows color (decimal): -5701003 or 7668393. OLE color: 7668393.

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

Color convert

RGB1692117-
CMYK00.990.310.34
HSL318.68º97.66%33.53%-
HSV(B)318.68º98.82%66.27%-
XYZ19.599.7617.68-
YUV65.04157.33202.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.68%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=58.68%
G=0.69%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169211700.990.310.34318.6897.6633.53
HexA92750631F2213f6222
Octal25121650143374247714242
Binary1010100110111010101100011111111000101001111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90275; }

 p { color: rgb(169,2,117); }

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

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

 a { background-color: rgb(169,2,117); }

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

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

 span { border-color: rgb(169,2,117); }

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