#A50793

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

Shades of Dark Magenta #A50793

Tints of Dark Magenta #A50793

Color information

#A50793 (or 0xA50793) is unknown color: approx Dark Magenta. HEX triplet: A5, 07 and 93. RGB value is (165,7,147). Sum of RGB (Red+Green+Blue) = 165+7+147=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50793 is #5AF86C. Grayscale: #454545. Windows color (decimal): -5961837 or 9635749. OLE color: 9635749.

HSL color Cylindrical-coordinate representation of color #A50793: hue angle of 306.84º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50793 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB1657147-
CMYK00.960.110.35
HSL306.84º91.86%33.73%-
HSV(B)306.84º95.76%64.71%-
XYZ20.8610.2628.48-
YUV70.2171.35195.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 7 (3.12% from 255) = 2.19%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=51.72%
G=2.19%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165714700.960.110.35306.8491.8633.73
HexA5793060B231335c22
Octal24572230140134346313442
Binary10100101111100100110110000010111000111001100111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50793; }

 p { color: rgb(165,7,147); }

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

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

 a { background-color: rgb(165,7,147); }

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

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

 span { border-color: rgb(165,7,147); }

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