Html Css Color HEX #A5059D Dark Magenta

📋 copy color: '#A5059D'

red 165 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #A5059D

Tints of Dark Magenta #A5059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 50.46%
G = 1.53%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5059D (or 0xA5059D) is known color: Dark Magenta. HEX triplet: A5, 05 and 9D. RGB value is (165,5,157). Sum of RGB (Red+Green+Blue) = 165+5+157=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5059D is #5AFA62. Grayscale: #454545. Windows color (decimal): -5962339 or 10290597. OLE color: 10290597.

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

Color convert

RGB 165 5 157 -
CMYK 0 0.97 0.05 0.35
HSL 303º 0.94% 0.33% -
HSV(B) 303º 0.97% 0.65% -
XYZ 21.66 10.54 32.79 -
YUV 70.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 165 5 157 0 0.97 0.05 0.35 303 0.94 0.33
Hex A5 5 9D 0 61 5 23 12F 5E 21
Octal 245 5 235 0 141 5 43 457 136 41
Binary 10100101 101 10011101 0 1100001 101 100011 100101111 1011110 100001

Color Harmonies of #A5059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5059D

Black with #A5059D

Text Example


Text Example

White with #A5059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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