Html Css Color HEX #A7058F Dark Magenta

📋 copy color: '#A7058F'

red 167 ◦ green 5 ◦ blue 143

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

Shades of Dark Magenta #A7058F

Tints of Dark Magenta #A7058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 53.02%
G = 1.59%
B = 45.4%

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

#A7058F (or 0xA7058F) is known color: Dark Magenta. HEX triplet: A7, 05 and 8F. RGB value is (167,5,143). Sum of RGB (Red+Green+Blue) = 167+5+143=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7058F is #58FA70. Grayscale: #444444. Windows color (decimal): -5831281 or 9373095. OLE color: 9373095.

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

Color convert

RGB 167 5 143 -
CMYK 0 0.97 0.14 0.35
HSL 308.89º 0.94% 0.34% -
HSV(B) 308.89º 0.97% 0.65% -
XYZ 20.95 10.31 26.87 -
YUV 69.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 167 5 143 0 0.97 0.14 0.35 308.89 0.94 0.34
Hex A7 5 8F 0 61 E 23 135 5E 22
Octal 247 5 217 0 141 16 43 465 136 42
Binary 10100111 101 10001111 0 1100001 1110 100011 100110101 1011110 100010

Color Harmonies of #A7058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7058F

Black with #A7058F

Text Example


Text Example

White with #A7058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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