#A90272

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

Shades of Eggplant #A90272

Tints of Eggplant #A90272

Color information

#A90272 (or 0xA90272) is unknown color: approx Eggplant. HEX triplet: A9, 02 and 72. RGB value is (169,2,114). Sum of RGB (Red+Green+Blue) = 169+2+114=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A90272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90272 is #56FD8D. Grayscale: #404040. Windows color (decimal): -5701006 or 7471785. OLE color: 7471785.

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

Color convert

RGB1692114-
CMYK00.990.330.34
HSL319.76º97.66%33.53%-
HSV(B)319.76º98.82%66.27%-
XYZ19.429.6916.77-
YUV64.7155.83202.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.30%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 114 (44.92% from 255) = 40%
R=59.30%
G=0.70%
B=40%

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
Decimal169211400.990.330.34319.7697.6633.53
HexA927206321221406222
Octal25121620143414250014242
Binary10101001101110010011000111000011000101010000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90272; }

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

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

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

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

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

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

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

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