Html Css Color HEX #A7139D Dark Magenta

📋 copy color: '#A7139D'

red 167 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #A7139D

Tints of Dark Magenta #A7139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 48.69%
G = 5.54%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7139D (or 0xA7139D) is known color: Dark Magenta. HEX triplet: A7, 13 and 9D. RGB value is (167,19,157). Sum of RGB (Red+Green+Blue) = 167+19+157=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7139D is #58EC62. Grayscale: #4E4E4E. Windows color (decimal): -5827683 or 10294183. OLE color: 10294183.

HSL color Cylindrical-coordinate representation of color #A7139D: hue angle of 304.05º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7139D is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 19 157 -
CMYK 0 0.89 0.06 0.35
HSL 304.05º 0.8% 0.36% -
HSV(B) 304.05º 0.89% 0.65% -
XYZ 22.26 11.12 32.87 -
YUV 78.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 167 19 157 0 0.89 0.06 0.35 304.05 0.8 0.36
Hex A7 13 9D 0 59 6 23 130 50 24
Octal 247 23 235 0 131 6 43 460 120 44
Binary 10100111 10011 10011101 0 1011001 110 100011 100110000 1010000 100100

Color Harmonies of #A7139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7139D

Black with #A7139D

Text Example


Text Example

White with #A7139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7139D; }

 p { color: rgb(167,19,157); }

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

background-color css

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

 a { background-color: rgb(167,19,157); }

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

border-color css

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

 span { border-color: rgb(167,19,157); }

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