#A5006D

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

Shades of Eggplant #A5006D

Tints of Eggplant #A5006D

Color information

#A5006D (or 0xA5006D) is unknown color: approx Eggplant. HEX triplet: A5, 00 and 6D. RGB value is (165,0,109). Sum of RGB (Red+Green+Blue) = 165+0+109=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5006D is #5AFF92. Grayscale: #3D3D3D. Windows color (decimal): -5963667 or 7143589. OLE color: 7143589.

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

Color convert

RGB1650109-
CMYK010.340.35
HSL320.36º100%32.35%-
HSV(B)320.36º100%64.71%-
XYZ18.289.115.26-
YUV61.76154.66201.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=60.22%
G=0%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650109010.340.35320.3610032.35
HexA506D06422231406420
Octal24501550144424350014440
Binary1010010101101101011001001000101000111010000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5006D; }

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

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

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

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

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

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

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

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