#A50999

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

Shades of Dark Magenta #A50999

Tints of Dark Magenta #A50999

Color information

#A50999 (or 0xA50999) is unknown color: approx Dark Magenta. HEX triplet: A5, 09 and 99. RGB value is (165,9,153). Sum of RGB (Red+Green+Blue) = 165+9+153=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A50999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50999 is #5AF666. Grayscale: #474747. Windows color (decimal): -5961319 or 10029477. OLE color: 10029477.

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

Color convert

RGB1659153-
CMYK00.950.070.35
HSL304.62º89.66%34.12%-
HSV(B)304.62º94.55%64.71%-
XYZ21.3610.4931.04-
YUV72.06173.68194.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 9 (3.91% from 255) = 2.75%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=50.46%
G=2.75%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165915300.950.070.35304.6289.6634.12
HexA599905F7231315a22
Octal24511231013774346113242
Binary10100101100110011001010111111111000111001100011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50999; }

 p { color: rgb(165,9,153); }

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

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

 a { background-color: rgb(165,9,153); }

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

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

 span { border-color: rgb(165,9,153); }

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