Html Css Color HEX #A71191 Dark Magenta

📋 copy color: '#A71191'

red 167 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #A71191

Tints of Dark Magenta #A71191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 50.76%
G = 5.17%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A71191 (or 0xA71191) is known color: Dark Magenta. HEX triplet: A7, 11 and 91. RGB value is (167,17,145). Sum of RGB (Red+Green+Blue) = 167+17+145=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A71191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71191 is #58EE6E. Grayscale: #4C4C4C. Windows color (decimal): -5828207 or 9507239. OLE color: 9507239.

HSL color Cylindrical-coordinate representation of color #A71191: hue angle of 308.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71191 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 17 145 -
CMYK 0 0.90 0.13 0.35
HSL 308.8º 0.82% 0.36% -
HSV(B) 308.8º 0.9% 0.65% -
XYZ 21.25 10.66 27.73 -
YUV 76.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 167 17 145 0 0.90 0.13 0.35 308.8 0.82 0.36
Hex A7 11 91 0 5A D 23 135 52 24
Octal 247 21 221 0 132 15 43 465 122 44
Binary 10100111 10001 10010001 0 1011010 1101 100011 100110101 1010010 100100

Color Harmonies of #A71191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71191

Black with #A71191

Text Example


Text Example

White with #A71191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71191; }

 p { color: rgb(167,17,145); }

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

background-color css

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

 a { background-color: rgb(167,17,145); }

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

border-color css

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

 span { border-color: rgb(167,17,145); }

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