Html Css Color HEX #A50F9E Dark Magenta

📋 copy color: '#A50F9E'

red 165 ◦ green 15 ◦ blue 158

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

Shades of Dark Magenta #A50F9E

Tints of Dark Magenta #A50F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 48.82%
G = 4.44%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A50F9E (or 0xA50F9E) is known color: Dark Magenta. HEX triplet: A5, 0F and 9E. RGB value is (165,15,158). Sum of RGB (Red+Green+Blue) = 165+15+158=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50F9E is #5AF061. Grayscale: #4B4B4B. Windows color (decimal): -5959778 or 10358693. OLE color: 10358693.

HSL color Cylindrical-coordinate representation of color #A50F9E: hue angle of 302.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50F9E is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 15 158 -
CMYK 0 0.91 0.04 0.35
HSL 302.8º 0.83% 0.35% -
HSV(B) 302.8º 0.91% 0.65% -
XYZ 21.86 10.81 33.28 -
YUV 76.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 165 15 158 0 0.91 0.04 0.35 302.8 0.83 0.35
Hex A5 F 9E 0 5B 4 23 12F 53 23
Octal 245 17 236 0 133 4 43 457 123 43
Binary 10100101 1111 10011110 0 1011011 100 100011 100101111 1010011 100011

Color Harmonies of #A50F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F9E

Black with #A50F9E

Text Example


Text Example

White with #A50F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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