#A90283

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

Shades of Eggplant #A90283

Tints of Eggplant #A90283

Color information

#A90283 (or 0xA90283) is unknown color: approx Eggplant. HEX triplet: A9, 02 and 83. RGB value is (169,2,131). Sum of RGB (Red+Green+Blue) = 169+2+131=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A90283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90283 is #56FD7C. Grayscale: #424242. Windows color (decimal): -5700989 or 8585897. OLE color: 8585897.

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

Color convert

RGB1692131-
CMYK00.990.220.34
HSL313.65º97.66%33.53%-
HSV(B)313.65º98.82%66.27%-
XYZ20.4810.1222.35-
YUV66.64164.33201.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 131 (51.56% from 255) = 43.38%
R=55.96%
G=0.66%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169213100.990.220.34313.6597.6633.53
HexA9283063162213a6222
Octal25122030143264247214242
Binary10101001101000001101100011101101000101001110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90283; }

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

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

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

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

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

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

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

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