Html Css Color HEX #A50F9D Dark Magenta

📋 copy color: '#A50F9D'

red 165 ◦ green 15 ◦ blue 157

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

Shades of Dark Magenta #A50F9D

Tints of Dark Magenta #A50F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 48.96%
G = 4.45%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A50F9D (or 0xA50F9D) is known color: Dark Magenta. HEX triplet: A5, 0F and 9D. RGB value is (165,15,157). Sum of RGB (Red+Green+Blue) = 165+15+157=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50F9D is #5AF062. Grayscale: #4B4B4B. Windows color (decimal): -5959779 or 10293157. OLE color: 10293157.

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

Color convert

RGB 165 15 157 -
CMYK 0 0.91 0.05 0.35
HSL 303.2º 0.83% 0.35% -
HSV(B) 303.2º 0.91% 0.65% -
XYZ 21.77 10.78 32.83 -
YUV 76.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 165 15 157 0 0.91 0.05 0.35 303.2 0.83 0.35
Hex A5 F 9D 0 5B 5 23 12F 53 23
Octal 245 17 235 0 133 5 43 457 123 43
Binary 10100101 1111 10011101 0 1011011 101 100011 100101111 1010011 100011

Color Harmonies of #A50F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F9D

Black with #A50F9D

Text Example


Text Example

White with #A50F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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