#A50C7B

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

Shades of Eggplant #A50C7B

Tints of Eggplant #A50C7B

Color information

#A50C7B (or 0xA50C7B) is unknown color: approx Eggplant. HEX triplet: A5, 0C and 7B. RGB value is (165,12,123). Sum of RGB (Red+Green+Blue) = 165+12+123=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C7B is #5AF384. Grayscale: #464646. Windows color (decimal): -5960581 or 8064165. OLE color: 8064165.

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

Color convert

RGB16512123-
CMYK00.930.250.35
HSL316.47º86.44%34.71%-
HSV(B)316.47º92.73%64.71%-
XYZ19.229.6919.6-
YUV70.4157.69195.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 123 (48.44% from 255) = 41%
R=55%
G=4%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651212300.930.250.35316.4786.4434.71
HexA5C7B05D192313c5623
Octal245141730135314347412643
Binary101001011100111101101011101110011000111001111001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C7B; }

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

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

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

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

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

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

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

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