#A50065

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

Shades of Eggplant #A50065

Tints of Eggplant #A50065

Color information

#A50065 (or 0xA50065) is unknown color: approx Eggplant. HEX triplet: A5, 00 and 65. RGB value is (165,0,101). Sum of RGB (Red+Green+Blue) = 165+0+101=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A50065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50065 is #5AFF9A. Grayscale: #3C3C3C. Windows color (decimal): -5963675 or 6619301. OLE color: 6619301.

HSL color Cylindrical-coordinate representation of color #A50065: hue angle of 323.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50065 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB1650101-
CMYK010.390.35
HSL323.27º100%32.35%-
HSV(B)323.27º100%64.71%-
XYZ17.878.9413.1-
YUV60.85150.66202.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=62.03%
G=0%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650101010.390.35323.2710032.35
HexA506506427231436420
Octal24501450144474350314440
Binary1010010101100101011001001001111000111010000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50065; }

 p { color: rgb(165,0,101); }

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

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

 a { background-color: rgb(165,0,101); }

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

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

 span { border-color: rgb(165,0,101); }

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