#A50B9F

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

Shades of Dark Magenta #A50B9F

Tints of Dark Magenta #A50B9F

Color information

#A50B9F (or 0xA50B9F) is unknown color: approx Dark Magenta. HEX triplet: A5, 0B and 9F. RGB value is (165,11,159). Sum of RGB (Red+Green+Blue) = 165+11+159=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B9F is #5AF460. Grayscale: #494949. Windows color (decimal): -5960801 or 10423205. OLE color: 10423205.

HSL color Cylindrical-coordinate representation of color #A50B9F: hue angle of 302.34º degrees, saturation: 0.88, 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 #A50B9F is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16511159-
CMYK00.930.040.35
HSL302.34º87.5%34.51%-
HSV(B)302.34º93.33%64.71%-
XYZ21.8910.7433.72-
YUV73.92176.02192.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=49.25%
G=3.28%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651115900.930.040.35302.3487.534.51
HexA5B9F05D42312e5823
Octal24513237013544345613043
Binary10100101101110011111010111011001000111001011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B9F; }

 p { color: rgb(165,11,159); }

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

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

 a { background-color: rgb(165,11,159); }

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

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

 span { border-color: rgb(165,11,159); }

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