Html Css Color HEX #A71193 Dark Magenta

📋 copy color: '#A71193'

red 167 ◦ green 17 ◦ blue 147

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

Shades of Dark Magenta #A71193

Tints of Dark Magenta #A71193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 50.45%
G = 5.14%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A71193 (or 0xA71193) is known color: Dark Magenta. HEX triplet: A7, 11 and 93. RGB value is (167,17,147). Sum of RGB (Red+Green+Blue) = 167+17+147=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A71193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71193 is #58EE6C. Grayscale: #4C4C4C. Windows color (decimal): -5828205 or 9638311. OLE color: 9638311.

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

Color convert

RGB 167 17 147 -
CMYK 0 0.90 0.12 0.35
HSL 308º 0.82% 0.36% -
HSV(B) 308º 0.9% 0.65% -
XYZ 21.4 10.72 28.55 -
YUV 76.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 167 17 147 0 0.90 0.12 0.35 308 0.82 0.36
Hex A7 11 93 0 5A C 23 134 52 24
Octal 247 21 223 0 132 14 43 464 122 44
Binary 10100111 10001 10010011 0 1011010 1100 100011 100110100 1010010 100100

Color Harmonies of #A71193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71193

Black with #A71193

Text Example


Text Example

White with #A71193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71193; }

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

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

background-color css

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

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

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

border-color css

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

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

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