Html Css Color HEX #A5058D Dark Magenta

📋 copy color: '#A5058D'

red 165 ◦ green 5 ◦ blue 141

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

Shades of Dark Magenta #A5058D

Tints of Dark Magenta #A5058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 53.05%
G = 1.61%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5058D (or 0xA5058D) is known color: Dark Magenta. HEX triplet: A5, 05 and 8D. RGB value is (165,5,141). Sum of RGB (Red+Green+Blue) = 165+5+141=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5058D is #5AFA72. Grayscale: #434343. Windows color (decimal): -5962355 or 9242021. OLE color: 9242021.

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

Color convert

RGB 165 5 141 -
CMYK 0 0.97 0.15 0.35
HSL 309º 0.94% 0.33% -
HSV(B) 309º 0.97% 0.65% -
XYZ 20.38 10.03 26.06 -
YUV 68.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 165 5 141 0 0.97 0.15 0.35 309 0.94 0.33
Hex A5 5 8D 0 61 F 23 135 5E 21
Octal 245 5 215 0 141 17 43 465 136 41
Binary 10100101 101 10001101 0 1100001 1111 100011 100110101 1011110 100001

Color Harmonies of #A5058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5058D

Black with #A5058D

Text Example


Text Example

White with #A5058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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