Html Css Color HEX #A71591 Dark Magenta

📋 copy color: '#A71591'

red 167 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #A71591

Tints of Dark Magenta #A71591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 50.15%
G = 6.31%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A71591 (or 0xA71591) is known color: Dark Magenta. HEX triplet: A7, 15 and 91. RGB value is (167,21,145). Sum of RGB (Red+Green+Blue) = 167+21+145=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A71591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71591 is #58EA6E. Grayscale: #4E4E4E. Windows color (decimal): -5827183 or 9508263. OLE color: 9508263.

HSL color Cylindrical-coordinate representation of color #A71591: hue angle of 309.04º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71591 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 21 145 -
CMYK 0 0.87 0.13 0.35
HSL 309.04º 0.78% 0.37% -
HSV(B) 309.04º 0.87% 0.65% -
XYZ 21.32 10.8 27.75 -
YUV 78.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 167 21 145 0 0.87 0.13 0.35 309.04 0.78 0.37
Hex A7 15 91 0 57 D 23 135 4E 25
Octal 247 25 221 0 127 15 43 465 116 45
Binary 10100111 10101 10010001 0 1010111 1101 100011 100110101 1001110 100101

Color Harmonies of #A71591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71591

Black with #A71591

Text Example


Text Example

White with #A71591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71591; }

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

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

background-color css

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

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

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

border-color css

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

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

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