Html Css Color HEX #A71997 Dark Magenta

📋 copy color: '#A71997'

red 167 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #A71997

Tints of Dark Magenta #A71997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 151 (59.38% from 255) = 44.02%

R = 48.69%
G = 7.29%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A71997 (or 0xA71997) is known color: Dark Magenta. HEX triplet: A7, 19 and 97. RGB value is (167,25,151). Sum of RGB (Red+Green+Blue) = 167+25+151=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A71997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71997 is #58E668. Grayscale: #515151. Windows color (decimal): -5826153 or 9902503. OLE color: 9902503.

HSL color Cylindrical-coordinate representation of color #A71997: hue angle of 306.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71997 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 151 -
CMYK 0 0.85 0.10 0.35
HSL 306.76º 0.74% 0.38% -
HSV(B) 306.76º 0.85% 0.65% -
XYZ 21.87 11.15 30.28 -
YUV 81.82 167.04 188.75 -
System Red Green Blue C M Y K H S L
Decimal 167 25 151 0 0.85 0.10 0.35 306.76 0.74 0.38
Hex A7 19 97 0 55 A 23 133 4A 26
Octal 247 31 227 0 125 12 43 463 112 46
Binary 10100111 11001 10010111 0 1010101 1010 100011 100110011 1001010 100110

Color Harmonies of #A71997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71997

Black with #A71997

Text Example


Text Example

White with #A71997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71997; }

 p { color: rgb(167,25,151); }

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

background-color css

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

 a { background-color: rgb(167,25,151); }

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

border-color css

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

 span { border-color: rgb(167,25,151); }

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