Html Css Color HEX #A50D9E Dark Magenta

📋 copy color: '#A50D9E'

red 165 ◦ green 13 ◦ blue 158

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

Shades of Dark Magenta #A50D9E

Tints of Dark Magenta #A50D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.02%

R = 49.11%
G = 3.87%
B = 47.02%

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

#A50D9E (or 0xA50D9E) is known color: Dark Magenta. HEX triplet: A5, 0D and 9E. RGB value is (165,13,158). Sum of RGB (Red+Green+Blue) = 165+13+158=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D9E is #5AF261. Grayscale: #4A4A4A. Windows color (decimal): -5960290 or 10358181. OLE color: 10358181.

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

Color convert

RGB 165 13 158 -
CMYK 0 0.92 0.04 0.35
HSL 302.76º 0.85% 0.35% -
HSV(B) 302.76º 0.92% 0.65% -
XYZ 21.83 10.76 33.27 -
YUV 74.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 165 13 158 0 0.92 0.04 0.35 302.76 0.85 0.35
Hex A5 D 9E 0 5C 4 23 12F 55 23
Octal 245 15 236 0 134 4 43 457 125 43
Binary 10100101 1101 10011110 0 1011100 100 100011 100101111 1010101 100011

Color Harmonies of #A50D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D9E

Black with #A50D9E

Text Example


Text Example

White with #A50D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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