Html Css Color HEX #A50C8F Dark Magenta

📋 copy color: '#A50C8F'

red 165 ◦ green 12 ◦ blue 143

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

Shades of Dark Magenta #A50C8F

Tints of Dark Magenta #A50C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 51.56%
G = 3.75%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A50C8F (or 0xA50C8F) is known color: Dark Magenta. HEX triplet: A5, 0C and 8F. RGB value is (165,12,143). Sum of RGB (Red+Green+Blue) = 165+12+143=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C8F is #5AF370. Grayscale: #484848. Windows color (decimal): -5960561 or 9374885. OLE color: 9374885.

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

Color convert

RGB 165 12 143 -
CMYK 0 0.93 0.13 0.35
HSL 308.63º 0.86% 0.35% -
HSV(B) 308.63º 0.93% 0.65% -
XYZ 20.61 10.25 26.88 -
YUV 72.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 165 12 143 0 0.93 0.13 0.35 308.63 0.86 0.35
Hex A5 C 8F 0 5D D 23 135 56 23
Octal 245 14 217 0 135 15 43 465 126 43
Binary 10100101 1100 10001111 0 1011101 1101 100011 100110101 1010110 100011

Color Harmonies of #A50C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C8F

Black with #A50C8F

Text Example


Text Example

White with #A50C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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