Html Css Color HEX #A50587 Dark Magenta

📋 copy color: '#A50587'

red 165 ◦ green 5 ◦ blue 135

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

Shades of Dark Magenta #A50587

Tints of Dark Magenta #A50587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 54.1%
G = 1.64%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A50587 (or 0xA50587) is known color: Dark Magenta. HEX triplet: A5, 05 and 87. RGB value is (165,5,135). Sum of RGB (Red+Green+Blue) = 165+5+135=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A50587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50587 is #5AFA78. Grayscale: #434343. Windows color (decimal): -5962361 or 8848805. OLE color: 8848805.

HSL color Cylindrical-coordinate representation of color #A50587: hue angle of 311.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A50587 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 5 135 -
CMYK 0 0.97 0.18 0.35
HSL 311.25º 0.94% 0.33% -
HSV(B) 311.25º 0.97% 0.65% -
XYZ 19.94 9.86 23.77 -
YUV 67.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 165 5 135 0 0.97 0.18 0.35 311.25 0.94 0.33
Hex A5 5 87 0 61 12 23 137 5E 21
Octal 245 5 207 0 141 22 43 467 136 41
Binary 10100101 101 10000111 0 1100001 10010 100011 100110111 1011110 100001

Color Harmonies of #A50587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50587

Black with #A50587

Text Example


Text Example

White with #A50587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50587; }

 p { color: rgb(165,5,135); }

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

background-color css

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

 a { background-color: rgb(165,5,135); }

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

border-color css

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

 span { border-color: rgb(165,5,135); }

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