Html Css Color HEX #A7139A Dark Magenta

📋 copy color: '#A7139A'

red 167 ◦ green 19 ◦ blue 154

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

Shades of Dark Magenta #A7139A

Tints of Dark Magenta #A7139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.29%

R = 49.12%
G = 5.59%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7139A (or 0xA7139A) is known color: Dark Magenta. HEX triplet: A7, 13 and 9A. RGB value is (167,19,154). Sum of RGB (Red+Green+Blue) = 167+19+154=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7139A is #58EC65. Grayscale: #4E4E4E. Windows color (decimal): -5827686 or 10097575. OLE color: 10097575.

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

Color convert

RGB 167 19 154 -
CMYK 0 0.89 0.08 0.35
HSL 305.27º 0.8% 0.36% -
HSV(B) 305.27º 0.89% 0.65% -
XYZ 22 11.01 31.54 -
YUV 78.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 167 19 154 0 0.89 0.08 0.35 305.27 0.8 0.36
Hex A7 13 9A 0 59 8 23 131 50 24
Octal 247 23 232 0 131 10 43 461 120 44
Binary 10100111 10011 10011010 0 1011001 1000 100011 100110001 1010000 100100

Color Harmonies of #A7139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7139A

Black with #A7139A

Text Example


Text Example

White with #A7139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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