Html Css Color HEX #A50583 Dark Magenta

📋 copy color: '#A50583'

red 165 ◦ green 5 ◦ blue 131

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

Shades of Dark Magenta #A50583

Tints of Dark Magenta #A50583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 54.82%
G = 1.66%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A50583 (or 0xA50583) is known color: Dark Magenta. HEX triplet: A5, 05 and 83. RGB value is (165,5,131). Sum of RGB (Red+Green+Blue) = 165+5+131=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50583 is #5AFA7C. Grayscale: #424242. Windows color (decimal): -5962365 or 8586661. OLE color: 8586661.

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

Color convert

RGB 165 5 131 -
CMYK 0 0.97 0.21 0.35
HSL 312.75º 0.94% 0.33% -
HSV(B) 312.75º 0.97% 0.65% -
XYZ 19.67 9.75 22.32 -
YUV 67.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 165 5 131 0 0.97 0.21 0.35 312.75 0.94 0.33
Hex A5 5 83 0 61 15 23 139 5E 21
Octal 245 5 203 0 141 25 43 471 136 41
Binary 10100101 101 10000011 0 1100001 10101 100011 100111001 1011110 100001

Color Harmonies of #A50583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50583

Black with #A50583

Text Example


Text Example

White with #A50583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50583; }

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

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

background-color css

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

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

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

border-color css

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

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

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