Html Css Color HEX #A50DA1 Dark Magenta

📋 copy color: '#A50DA1'

red 165 ◦ green 13 ◦ blue 161

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

Shades of Dark Magenta #A50DA1

Tints of Dark Magenta #A50DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.49%

R = 48.67%
G = 3.83%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A50DA1 (or 0xA50DA1) is known color: Dark Magenta. HEX triplet: A5, 0D and A1. RGB value is (165,13,161). Sum of RGB (Red+Green+Blue) = 165+13+161=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A50DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50DA1 is #5AF25E. Grayscale: #4A4A4A. Windows color (decimal): -5960287 or 10554789. OLE color: 10554789.

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

Color convert

RGB 165 13 161 -
CMYK 0 0.92 0.02 0.35
HSL 301.58º 0.85% 0.35% -
HSV(B) 301.58º 0.92% 0.65% -
XYZ 22.09 10.86 34.65 -
YUV 75.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 165 13 161 0 0.92 0.02 0.35 301.58 0.85 0.35
Hex A5 D A1 0 5C 2 23 12E 55 23
Octal 245 15 241 0 134 2 43 456 125 43
Binary 10100101 1101 10100001 0 1011100 10 100011 100101110 1010101 100011

Color Harmonies of #A50DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DA1

Black with #A50DA1

Text Example


Text Example

White with #A50DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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