#A50498

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

Shades of Dark Magenta #A50498

Tints of Dark Magenta #A50498

Color information

#A50498 (or 0xA50498) is unknown color: approx Dark Magenta. HEX triplet: A5, 04 and 98. RGB value is (165,4,152). Sum of RGB (Red+Green+Blue) = 165+4+152=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A50498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50498 is #5AFB67. Grayscale: #444444. Windows color (decimal): -5962600 or 9962661. OLE color: 9962661.

HSL color Cylindrical-coordinate representation of color #A50498: hue angle of 304.84º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50498 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB1654152-
CMYK00.980.080.35
HSL304.84º95.27%33.14%-
HSV(B)304.84º97.58%64.71%-
XYZ21.2310.3530.59-
YUV69.01174.84196.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=51.40%
G=1.25%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165415200.980.080.35304.8495.2733.14
HexA54980628231315f21
Octal24542300142104346113741
Binary10100101100100110000110001010001000111001100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50498; }

 p { color: rgb(165,4,152); }

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

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

 a { background-color: rgb(165,4,152); }

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

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

 span { border-color: rgb(165,4,152); }

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