#A5007B

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

Shades of Eggplant #A5007B

Tints of Eggplant #A5007B

Color information

#A5007B (or 0xA5007B) is unknown color: approx Eggplant. HEX triplet: A5, 00 and 7B. RGB value is (165,0,123). Sum of RGB (Red+Green+Blue) = 165+0+123=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A5007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5007B is #5AFF84. Grayscale: #3F3F3F. Windows color (decimal): -5963653 or 8061093. OLE color: 8061093.

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

Color convert

RGB1650123-
CMYK010.250.35
HSL315.27º100%32.35%-
HSV(B)315.27º100%64.71%-
XYZ19.099.4319.55-
YUV63.36161.66200.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=57.29%
G=0%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650123010.250.35315.2710032.35
HexA507B064192313b6420
Octal24501730144314347314440
Binary101001010111101101100100110011000111001110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5007B; }

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

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

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

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

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

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

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

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