Html Css Color HEX #A5058A Dark Magenta

📋 copy color: '#A5058A'

red 165 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #A5058A

Tints of Dark Magenta #A5058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 53.57%
G = 1.62%
B = 44.81%

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

#A5058A (or 0xA5058A) is known color: Dark Magenta. HEX triplet: A5, 05 and 8A. RGB value is (165,5,138). Sum of RGB (Red+Green+Blue) = 165+5+138=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5058A is #5AFA75. Grayscale: #434343. Windows color (decimal): -5962358 or 9045413. OLE color: 9045413.

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

Color convert

RGB 165 5 138 -
CMYK 0 0.97 0.16 0.35
HSL 310.13º 0.94% 0.33% -
HSV(B) 310.13º 0.97% 0.65% -
XYZ 20.16 9.94 24.9 -
YUV 68 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 165 5 138 0 0.97 0.16 0.35 310.13 0.94 0.33
Hex A5 5 8A 0 61 10 23 136 5E 21
Octal 245 5 212 0 141 20 43 466 136 41
Binary 10100101 101 10001010 0 1100001 10000 100011 100110110 1011110 100001

Color Harmonies of #A5058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5058A

Black with #A5058A

Text Example


Text Example

White with #A5058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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