Html Css Color HEX #A50D9A Dark Magenta

📋 copy color: '#A50D9A'

red 165 ◦ green 13 ◦ blue 154

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

Shades of Dark Magenta #A50D9A

Tints of Dark Magenta #A50D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 49.7%
G = 3.92%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A50D9A (or 0xA50D9A) is known color: Dark Magenta. HEX triplet: A5, 0D and 9A. RGB value is (165,13,154). Sum of RGB (Red+Green+Blue) = 165+13+154=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D9A is #5AF265. Grayscale: #4A4A4A. Windows color (decimal): -5960294 or 10096037. OLE color: 10096037.

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

Color convert

RGB 165 13 154 -
CMYK 0 0.92 0.07 0.35
HSL 304.34º 0.85% 0.35% -
HSV(B) 304.34º 0.92% 0.65% -
XYZ 21.49 10.62 31.49 -
YUV 74.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 165 13 154 0 0.92 0.07 0.35 304.34 0.85 0.35
Hex A5 D 9A 0 5C 7 23 130 55 23
Octal 245 15 232 0 134 7 43 460 125 43
Binary 10100101 1101 10011010 0 1011100 111 100011 100110000 1010101 100011

Color Harmonies of #A50D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D9A

Black with #A50D9A

Text Example


Text Example

White with #A50D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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