Html Css Color HEX #A50D9C Dark Magenta

📋 copy color: '#A50D9C'

red 165 ◦ green 13 ◦ blue 156

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

Shades of Dark Magenta #A50D9C

Tints of Dark Magenta #A50D9C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.89%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 49.4%
G = 3.89%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A50D9C (or 0xA50D9C) is known color: Dark Magenta. HEX triplet: A5, 0D and 9C. RGB value is (165,13,156). Sum of RGB (Red+Green+Blue) = 165+13+156=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D9C is #5AF263. Grayscale: #4A4A4A. Windows color (decimal): -5960292 or 10227109. OLE color: 10227109.

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

Color convert

RGB 165 13 156 -
CMYK 0 0.92 0.05 0.35
HSL 303.55º 0.85% 0.35% -
HSV(B) 303.55º 0.92% 0.65% -
XYZ 21.66 10.69 32.37 -
YUV 74.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 165 13 156 0 0.92 0.05 0.35 303.55 0.85 0.35
Hex A5 D 9C 0 5C 5 23 130 55 23
Octal 245 15 234 0 134 5 43 460 125 43
Binary 10100101 1101 10011100 0 1011100 101 100011 100110000 1010101 100011

Color Harmonies of #A50D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D9C

Black with #A50D9C

Text Example


Text Example

White with #A50D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D9C; }

 p { color: rgb(165,13,156); }

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

background-color css

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

 a { background-color: rgb(165,13,156); }

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

border-color css

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

 span { border-color: rgb(165,13,156); }

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