Html Css Color HEX #A50C9F Dark Magenta

📋 copy color: '#A50C9F'

red 165 ◦ green 12 ◦ blue 159

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

Shades of Dark Magenta #A50C9F

Tints of Dark Magenta #A50C9F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.57%

 BLUE value IS 159 (62.5% from 255) = 47.32%

R = 49.11%
G = 3.57%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A50C9F (or 0xA50C9F) is known color: Dark Magenta. HEX triplet: A5, 0C and 9F. RGB value is (165,12,159). Sum of RGB (Red+Green+Blue) = 165+12+159=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C9F is #5AF360. Grayscale: #4A4A4A. Windows color (decimal): -5960545 or 10423461. OLE color: 10423461.

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

Color convert

RGB 165 12 159 -
CMYK 0 0.93 0.04 0.35
HSL 302.35º 0.86% 0.35% -
HSV(B) 302.35º 0.93% 0.65% -
XYZ 21.91 10.77 33.72 -
YUV 74.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 165 12 159 0 0.93 0.04 0.35 302.35 0.86 0.35
Hex A5 C 9F 0 5D 4 23 12E 56 23
Octal 245 14 237 0 135 4 43 456 126 43
Binary 10100101 1100 10011111 0 1011101 100 100011 100101110 1010110 100011

Color Harmonies of #A50C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C9F

Black with #A50C9F

Text Example


Text Example

White with #A50C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C9F; }

 p { color: rgb(165,12,159); }

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

background-color css

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

 a { background-color: rgb(165,12,159); }

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

border-color css

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

 span { border-color: rgb(165,12,159); }

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