Html Css Color HEX #A50E91 Dark Magenta

📋 copy color: '#A50E91'

red 165 ◦ green 14 ◦ blue 145

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

Shades of Dark Magenta #A50E91

Tints of Dark Magenta #A50E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.32%

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

R = 50.93%
G = 4.32%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A50E91 (or 0xA50E91) is known color: Dark Magenta. HEX triplet: A5, 0E and 91. RGB value is (165,14,145). Sum of RGB (Red+Green+Blue) = 165+14+145=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50E91 is #5AF16E. Grayscale: #494949. Windows color (decimal): -5960047 or 9506469. OLE color: 9506469.

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

Color convert

RGB 165 14 145 -
CMYK 0 0.92 0.12 0.35
HSL 307.95º 0.84% 0.35% -
HSV(B) 307.95º 0.92% 0.65% -
XYZ 20.78 10.36 27.69 -
YUV 74.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 165 14 145 0 0.92 0.12 0.35 307.95 0.84 0.35
Hex A5 E 91 0 5C C 23 134 54 23
Octal 245 16 221 0 134 14 43 464 124 43
Binary 10100101 1110 10010001 0 1011100 1100 100011 100110100 1010100 100011

Color Harmonies of #A50E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E91

Black with #A50E91

Text Example


Text Example

White with #A50E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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