Html Css Color HEX #A50C85 Dark Magenta

📋 copy color: '#A50C85'

red 165 ◦ green 12 ◦ blue 133

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

Shades of Dark Magenta #A50C85

Tints of Dark Magenta #A50C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 53.23%
G = 3.87%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A50C85 (or 0xA50C85) is known color: Dark Magenta. HEX triplet: A5, 0C and 85. RGB value is (165,12,133). Sum of RGB (Red+Green+Blue) = 165+12+133=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C85 is #5AF37A. Grayscale: #474747. Windows color (decimal): -5960571 or 8719525. OLE color: 8719525.

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

Color convert

RGB 165 12 133 -
CMYK 0 0.93 0.19 0.35
HSL 312.55º 0.86% 0.35% -
HSV(B) 312.55º 0.93% 0.65% -
XYZ 19.88 9.96 23.06 -
YUV 71.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 165 12 133 0 0.93 0.19 0.35 312.55 0.86 0.35
Hex A5 C 85 0 5D 13 23 139 56 23
Octal 245 14 205 0 135 23 43 471 126 43
Binary 10100101 1100 10000101 0 1011101 10011 100011 100111001 1010110 100011

Color Harmonies of #A50C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C85

Black with #A50C85

Text Example


Text Example

White with #A50C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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