#A50383

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

Shades of Dark Magenta #A50383

Tints of Dark Magenta #A50383

Color information

#A50383 (or 0xA50383) is unknown color: approx Dark Magenta. HEX triplet: A5, 03 and 83. RGB value is (165,3,131). Sum of RGB (Red+Green+Blue) = 165+3+131=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A50383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50383 is #5AFC7C. Grayscale: #414141. Windows color (decimal): -5962877 or 8586149. OLE color: 8586149.

HSL color Cylindrical-coordinate representation of color #A50383: hue angle of 312.59º degrees, saturation: 0.96, 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 #A50383 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB1653131-
CMYK00.980.210.35
HSL312.59º96.43%32.94%-
HSV(B)312.59º98.18%64.71%-
XYZ19.659.722.31-
YUV66.03164.67198.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=55.18%
G=1.00%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165313100.980.210.35312.5996.4332.94
HexA538306215231396021
Octal24532030142254347114041
Binary10100101111000001101100010101011000111001110011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50383; }

 p { color: rgb(165,3,131); }

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

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

 a { background-color: rgb(165,3,131); }

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

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

 span { border-color: rgb(165,3,131); }

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