Html Css Color HEX #A50D9F Dark Magenta

📋 copy color: '#A50D9F'

red 165 ◦ green 13 ◦ blue 159

#A50D9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A50D9F

Tints of Dark Magenta #A50D9F

RGB

 RED value IS 165 (64.84% from 255) = 48.96%

 GREEN value IS 13 (5.47% from 255) = 3.86%

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 48.96%
G = 3.86%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A50D9F (or 0xA50D9F) is known color: Dark Magenta. HEX triplet: A5, 0D and 9F. RGB value is (165,13,159). Sum of RGB (Red+Green+Blue) = 165+13+159=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D9F is #5AF260. Grayscale: #4A4A4A. Windows color (decimal): -5960289 or 10423717. OLE color: 10423717.

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

Color convert

RGB 165 13 159 -
CMYK 0 0.92 0.04 0.35
HSL 302.37º 0.85% 0.35% -
HSV(B) 302.37º 0.92% 0.65% -
XYZ 21.92 10.79 33.73 -
YUV 75.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 165 13 159 0 0.92 0.04 0.35 302.37 0.85 0.35
Hex A5 D 9F 0 5C 4 23 12E 55 23
Octal 245 15 237 0 134 4 43 456 125 43
Binary 10100101 1101 10011111 0 1011100 100 100011 100101110 1010101 100011

Color Harmonies of #A50D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D9F

Black with #A50D9F

Text Example


Text Example

White with #A50D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D9F; }

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

 H1.HeaderClassName
 {
   color: #A50D9F;
 }
 .AnyTagClassName
 {
   color: #A50D9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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