Html Css Color HEX #A7059E Dark Magenta

📋 copy color: '#A7059E'

red 167 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #A7059E

Tints of Dark Magenta #A7059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 50.61%
G = 1.52%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7059E (or 0xA7059E) is known color: Dark Magenta. HEX triplet: A7, 05 and 9E. RGB value is (167,5,158). Sum of RGB (Red+Green+Blue) = 167+5+158=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7059E is #58FA61. Grayscale: #464646. Windows color (decimal): -5831266 or 10356135. OLE color: 10356135.

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

Color convert

RGB 167 5 158 -
CMYK 0 0.97 0.05 0.35
HSL 303.33º 0.94% 0.34% -
HSV(B) 303.33º 0.97% 0.65% -
XYZ 22.16 10.79 33.26 -
YUV 70.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 167 5 158 0 0.97 0.05 0.35 303.33 0.94 0.34
Hex A7 5 9E 0 61 5 23 12F 5E 22
Octal 247 5 236 0 141 5 43 457 136 42
Binary 10100111 101 10011110 0 1100001 101 100011 100101111 1011110 100010

Color Harmonies of #A7059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7059E

Black with #A7059E

Text Example


Text Example

White with #A7059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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