Html Css Color HEX #A71593 Dark Magenta

📋 copy color: '#A71593'

red 167 ◦ green 21 ◦ blue 147

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

Shades of Dark Magenta #A71593

Tints of Dark Magenta #A71593

RGB

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

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

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

R = 49.85%
G = 6.27%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A71593 (or 0xA71593) is known color: Dark Magenta. HEX triplet: A7, 15 and 93. RGB value is (167,21,147). Sum of RGB (Red+Green+Blue) = 167+21+147=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A71593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71593 is #58EA6C. Grayscale: #4E4E4E. Windows color (decimal): -5827181 or 9639335. OLE color: 9639335.

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

Color convert

RGB 167 21 147 -
CMYK 0 0.87 0.12 0.35
HSL 308.22º 0.78% 0.37% -
HSV(B) 308.22º 0.87% 0.65% -
XYZ 21.47 10.86 28.57 -
YUV 79.02 166.37 190.75 -
System Red Green Blue C M Y K H S L
Decimal 167 21 147 0 0.87 0.12 0.35 308.22 0.78 0.37
Hex A7 15 93 0 57 C 23 134 4E 25
Octal 247 25 223 0 127 14 43 464 116 45
Binary 10100111 10101 10010011 0 1010111 1100 100011 100110100 1001110 100101

Color Harmonies of #A71593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71593

Black with #A71593

Text Example


Text Example

White with #A71593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71593; }

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

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

background-color css

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

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

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

border-color css

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

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

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