Html Css Color HEX #A50391 Dark Magenta

📋 copy color: '#A50391'

red 165 ◦ green 3 ◦ blue 145

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

Shades of Dark Magenta #A50391

Tints of Dark Magenta #A50391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 52.72%
G = 0.96%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A50391 (or 0xA50391) is known color: Dark Magenta. HEX triplet: A5, 03 and 91. RGB value is (165,3,145). Sum of RGB (Red+Green+Blue) = 165+3+145=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A50391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50391 is #5AFC6E. Grayscale: #434343. Windows color (decimal): -5962863 or 9503653. OLE color: 9503653.

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

Color convert

RGB 165 3 145 -
CMYK 0 0.98 0.12 0.35
HSL 307.41º 0.96% 0.33% -
HSV(B) 307.41º 0.98% 0.65% -
XYZ 20.66 10.11 27.65 -
YUV 67.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 165 3 145 0 0.98 0.12 0.35 307.41 0.96 0.33
Hex A5 3 91 0 62 C 23 133 60 21
Octal 245 3 221 0 142 14 43 463 140 41
Binary 10100101 11 10010001 0 1100010 1100 100011 100110011 1100000 100001

Color Harmonies of #A50391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50391

Black with #A50391

Text Example


Text Example

White with #A50391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50391; }

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

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

background-color css

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

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

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

border-color css

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

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

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