Html Css Color HEX #A5058B Dark Magenta

📋 copy color: '#A5058B'

red 165 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #A5058B

Tints of Dark Magenta #A5058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 53.4%
G = 1.62%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5058B (or 0xA5058B) is known color: Dark Magenta. HEX triplet: A5, 05 and 8B. RGB value is (165,5,139). Sum of RGB (Red+Green+Blue) = 165+5+139=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5058B is #5AFA74. Grayscale: #434343. Windows color (decimal): -5962357 or 9110949. OLE color: 9110949.

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

Color convert

RGB 165 5 139 -
CMYK 0 0.97 0.16 0.35
HSL 309.75º 0.94% 0.33% -
HSV(B) 309.75º 0.97% 0.65% -
XYZ 20.23 9.97 25.28 -
YUV 68.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 165 5 139 0 0.97 0.16 0.35 309.75 0.94 0.33
Hex A5 5 8B 0 61 10 23 136 5E 21
Octal 245 5 213 0 141 20 43 466 136 41
Binary 10100101 101 10001011 0 1100001 10000 100011 100110110 1011110 100001

Color Harmonies of #A5058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5058B

Black with #A5058B

Text Example


Text Example

White with #A5058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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