Html Css Color HEX #A71994 Dark Magenta

📋 copy color: '#A71994'

red 167 ◦ green 25 ◦ blue 148

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

Shades of Dark Magenta #A71994

Tints of Dark Magenta #A71994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 49.12%
G = 7.35%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A71994 (or 0xA71994) is known color: Dark Magenta. HEX triplet: A7, 19 and 94. RGB value is (167,25,148). Sum of RGB (Red+Green+Blue) = 167+25+148=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A71994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71994 is #58E66B. Grayscale: #515151. Windows color (decimal): -5826156 or 9705895. OLE color: 9705895.

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

Color convert

RGB 167 25 148 -
CMYK 0 0.85 0.11 0.35
HSL 308.03º 0.74% 0.38% -
HSV(B) 308.03º 0.85% 0.65% -
XYZ 21.63 11.05 29.01 -
YUV 81.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 167 25 148 0 0.85 0.11 0.35 308.03 0.74 0.38
Hex A7 19 94 0 55 B 23 134 4A 26
Octal 247 31 224 0 125 13 43 464 112 46
Binary 10100111 11001 10010100 0 1010101 1011 100011 100110100 1001010 100110

Color Harmonies of #A71994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71994

Black with #A71994

Text Example


Text Example

White with #A71994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71994; }

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

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

background-color css

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

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

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

border-color css

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

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

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