Html Css Color HEX #A50C9C Dark Magenta

📋 copy color: '#A50C9C'

red 165 ◦ green 12 ◦ blue 156

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

Shades of Dark Magenta #A50C9C

Tints of Dark Magenta #A50C9C

RGB

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

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

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

R = 49.55%
G = 3.6%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A50C9C (or 0xA50C9C) is known color: Dark Magenta. HEX triplet: A5, 0C and 9C. RGB value is (165,12,156). Sum of RGB (Red+Green+Blue) = 165+12+156=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C9C is #5AF363. Grayscale: #494949. Windows color (decimal): -5960548 or 10226853. OLE color: 10226853.

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

Color convert

RGB 165 12 156 -
CMYK 0 0.93 0.05 0.35
HSL 303.53º 0.86% 0.35% -
HSV(B) 303.53º 0.93% 0.65% -
XYZ 21.65 10.66 32.37 -
YUV 74.16 174.19 192.79 -
System Red Green Blue C M Y K H S L
Decimal 165 12 156 0 0.93 0.05 0.35 303.53 0.86 0.35
Hex A5 C 9C 0 5D 5 23 130 56 23
Octal 245 14 234 0 135 5 43 460 126 43
Binary 10100101 1100 10011100 0 1011101 101 100011 100110000 1010110 100011

Color Harmonies of #A50C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C9C

Black with #A50C9C

Text Example


Text Example

White with #A50C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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