Html Css Color HEX #A5058E Dark Magenta

📋 copy color: '#A5058E'

red 165 ◦ green 5 ◦ blue 142

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

Shades of Dark Magenta #A5058E

Tints of Dark Magenta #A5058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 52.88%
G = 1.6%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5058E (or 0xA5058E) is known color: Dark Magenta. HEX triplet: A5, 05 and 8E. RGB value is (165,5,142). Sum of RGB (Red+Green+Blue) = 165+5+142=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5058E is #5AFA71. Grayscale: #444444. Windows color (decimal): -5962354 or 9307557. OLE color: 9307557.

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

Color convert

RGB 165 5 142 -
CMYK 0 0.97 0.14 0.35
HSL 308.63º 0.94% 0.33% -
HSV(B) 308.63º 0.97% 0.65% -
XYZ 20.45 10.06 26.46 -
YUV 68.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 165 5 142 0 0.97 0.14 0.35 308.63 0.94 0.33
Hex A5 5 8E 0 61 E 23 135 5E 21
Octal 245 5 216 0 141 16 43 465 136 41
Binary 10100101 101 10001110 0 1100001 1110 100011 100110101 1011110 100001

Color Harmonies of #A5058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5058E

Black with #A5058E

Text Example


Text Example

White with #A5058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5058E; }

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

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

background-color css

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

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

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

border-color css

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

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

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