Html Css Color HEX #A71998 Dark Magenta

📋 copy color: '#A71998'

red 167 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #A71998

Tints of Dark Magenta #A71998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 48.55%
G = 7.27%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A71998 (or 0xA71998) is known color: Dark Magenta. HEX triplet: A7, 19 and 98. RGB value is (167,25,152). Sum of RGB (Red+Green+Blue) = 167+25+152=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A71998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71998 is #58E667. Grayscale: #515151. Windows color (decimal): -5826152 or 9968039. OLE color: 9968039.

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

Color convert

RGB 167 25 152 -
CMYK 0 0.85 0.09 0.35
HSL 306.34º 0.74% 0.38% -
HSV(B) 306.34º 0.85% 0.65% -
XYZ 21.95 11.18 30.71 -
YUV 81.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 167 25 152 0 0.85 0.09 0.35 306.34 0.74 0.38
Hex A7 19 98 0 55 9 23 132 4A 26
Octal 247 31 230 0 125 11 43 462 112 46
Binary 10100111 11001 10011000 0 1010101 1001 100011 100110010 1001010 100110

Color Harmonies of #A71998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71998

Black with #A71998

Text Example


Text Example

White with #A71998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71998; }

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

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

background-color css

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

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

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

border-color css

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

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

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