Html Css Color HEX #A7058D Dark Magenta

📋 copy color: '#A7058D'

red 167 ◦ green 5 ◦ blue 141

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

Shades of Dark Magenta #A7058D

Tints of Dark Magenta #A7058D

RGB

 RED value IS 167 (65.63% from 255) = 53.35%

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

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

R = 53.35%
G = 1.6%
B = 45.05%

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

#A7058D (or 0xA7058D) is known color: Dark Magenta. HEX triplet: A7, 05 and 8D. RGB value is (167,5,141). Sum of RGB (Red+Green+Blue) = 167+5+141=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7058D is #58FA72. Grayscale: #444444. Windows color (decimal): -5831283 or 9242023. OLE color: 9242023.

HSL color Cylindrical-coordinate representation of color #A7058D: hue angle of 309.63º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7058D is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 5 141 -
CMYK 0 0.97 0.16 0.35
HSL 309.63º 0.94% 0.34% -
HSV(B) 309.63º 0.97% 0.65% -
XYZ 20.8 10.25 26.08 -
YUV 68.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 167 5 141 0 0.97 0.16 0.35 309.63 0.94 0.34
Hex A7 5 8D 0 61 10 23 136 5E 22
Octal 247 5 215 0 141 20 43 466 136 42
Binary 10100111 101 10001101 0 1100001 10000 100011 100110110 1011110 100010

Color Harmonies of #A7058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7058D

Black with #A7058D

Text Example


Text Example

White with #A7058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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