Html Css Color HEX #A7058B Dark Magenta

📋 copy color: '#A7058B'

red 167 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #A7058B

Tints of Dark Magenta #A7058B

RGB

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

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

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

R = 53.7%
G = 1.61%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7058B (or 0xA7058B) is known color: Dark Magenta. HEX triplet: A7, 05 and 8B. RGB value is (167,5,139). Sum of RGB (Red+Green+Blue) = 167+5+139=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7058B is #58FA74. Grayscale: #444444. Windows color (decimal): -5831285 or 9110951. OLE color: 9110951.

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

Color convert

RGB 167 5 139 -
CMYK 0 0.97 0.17 0.35
HSL 310.37º 0.94% 0.34% -
HSV(B) 310.37º 0.97% 0.65% -
XYZ 20.65 10.19 25.3 -
YUV 68.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 167 5 139 0 0.97 0.17 0.35 310.37 0.94 0.34
Hex A7 5 8B 0 61 11 23 136 5E 22
Octal 247 5 213 0 141 21 43 466 136 42
Binary 10100111 101 10001011 0 1100001 10001 100011 100110110 1011110 100010

Color Harmonies of #A7058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7058B

Black with #A7058B

Text Example


Text Example

White with #A7058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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