#A90271

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

Shades of Eggplant #A90271

Tints of Eggplant #A90271

Color information

#A90271 (or 0xA90271) is unknown color: approx Eggplant. HEX triplet: A9, 02 and 71. RGB value is (169,2,113). Sum of RGB (Red+Green+Blue) = 169+2+113=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A90271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90271 is #56FD8E. Grayscale: #404040. Windows color (decimal): -5701007 or 7406249. OLE color: 7406249.

HSL color Cylindrical-coordinate representation of color #A90271: hue angle of 320.12º 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 #A90271 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB1692113-
CMYK00.990.330.34
HSL320.12º97.66%33.53%-
HSV(B)320.12º98.82%66.27%-
XYZ19.369.6716.47-
YUV64.59155.33202.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.51%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=59.51%
G=0.70%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169211300.990.330.34320.1297.6633.53
HexA927106321221406222
Octal25121610143414250014242
Binary10101001101110001011000111000011000101010000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90271; }

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

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

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

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

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

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

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

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