#A50D97

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

Shades of Dark Magenta #A50D97

Tints of Dark Magenta #A50D97

Color information

#A50D97 (or 0xA50D97) is unknown color: approx Dark Magenta. HEX triplet: A5, 0D and 97. RGB value is (165,13,151). Sum of RGB (Red+Green+Blue) = 165+13+151=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D97 is #5AF268. Grayscale: #494949. Windows color (decimal): -5960297 or 9899429. OLE color: 9899429.

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

Color convert

RGB16513151-
CMYK00.920.080.35
HSL305.53º85.39%34.9%-
HSV(B)305.53º92.12%64.71%-
XYZ21.2510.5230.19-
YUV74.18171.36192.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 13 (5.47% from 255) = 3.95%
BLUE value IS 151 (59.38% from 255) = 45.90%
R=50.15%
G=3.95%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651315100.920.080.35305.5385.3934.9
HexA5D9705C8231325523
Octal245152270134104346212543
Binary101001011101100101110101110010001000111001100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D97; }

 p { color: rgb(165,13,151); }

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

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

 a { background-color: rgb(165,13,151); }

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

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

 span { border-color: rgb(165,13,151); }

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