#A50DA0

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

Shades of Dark Magenta #A50DA0

Tints of Dark Magenta #A50DA0

Color information

#A50DA0 (or 0xA50DA0) is unknown color: approx Dark Magenta. HEX triplet: A5, 0D and A0. RGB value is (165,13,160). Sum of RGB (Red+Green+Blue) = 165+13+160=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A50DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50DA0 is #5AF25F. Grayscale: #4A4A4A. Windows color (decimal): -5960288 or 10489253. OLE color: 10489253.

HSL color Cylindrical-coordinate representation of color #A50DA0: hue angle of 301.97º 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 #A50DA0 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16513160-
CMYK00.920.030.35
HSL301.97º85.39%34.9%-
HSV(B)301.97º92.12%64.71%-
XYZ22.0110.8334.19-
YUV75.21175.86192.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 13 (5.47% from 255) = 3.85%
BLUE value IS 160 (62.89% from 255) = 47.34%
R=48.82%
G=3.85%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651316000.920.030.35301.9785.3934.9
HexA5DA005C32312e5523
Octal24515240013434345612543
Binary1010010111011010000001011100111000111001011101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50DA0; }

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

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

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

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

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

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

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

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