#A50872

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

Shades of Eggplant #A50872

Tints of Eggplant #A50872

Color information

#A50872 (or 0xA50872) is unknown color: approx Eggplant. HEX triplet: A5, 08 and 72. RGB value is (165,8,114). Sum of RGB (Red+Green+Blue) = 165+8+114=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A50872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50872 is #5AF78D. Grayscale: #424242. Windows color (decimal): -5961614 or 7473317. OLE color: 7473317.

HSL color Cylindrical-coordinate representation of color #A50872: hue angle of 319.49º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50872 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB1658114-
CMYK00.950.310.35
HSL319.49º90.75%33.92%-
HSV(B)319.49º95.15%64.71%-
XYZ18.649.3916.75-
YUV67.03154.51197.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 8 (3.52% from 255) = 2.79%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=57.49%
G=2.79%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165811400.950.310.35319.4990.7533.92
HexA587205F1F2313f5b22
Octal245101620137374347713342
Binary101001011000111001001011111111111000111001111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50872; }

 p { color: rgb(165,8,114); }

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

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

 a { background-color: rgb(165,8,114); }

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

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

 span { border-color: rgb(165,8,114); }

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