#A5086F

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

Shades of Eggplant #A5086F

Tints of Eggplant #A5086F

Color information

#A5086F (or 0xA5086F) is unknown color: approx Eggplant. HEX triplet: A5, 08 and 6F. RGB value is (165,8,111). Sum of RGB (Red+Green+Blue) = 165+8+111=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A5086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5086F is #5AF790. Grayscale: #424242. Windows color (decimal): -5961617 or 7276709. OLE color: 7276709.

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

Color convert

RGB1658111-
CMYK00.950.330.35
HSL320.64º90.75%33.92%-
HSV(B)320.64º95.15%64.71%-
XYZ18.479.3215.86-
YUV66.68153.01198.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=58.10%
G=2.82%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165811100.950.330.35320.6490.7533.92
HexA586F05F21231415b22
Octal245101570137414350113342
Binary1010010110001101111010111111000011000111010000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5086F; }

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

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

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

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

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

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

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

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