Html Css Color HEX #A31791 Dark Magenta

📋 copy color: '#A31791'

red 163 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #A31791

Tints of Dark Magenta #A31791

RGB

 RED value IS 163 (64.06% from 255) = 49.24%

 GREEN value IS 23 (9.38% from 255) = 6.95%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 49.24%
G = 6.95%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A31791 (or 0xA31791) is known color: Dark Magenta. HEX triplet: A3, 17 and 91. RGB value is (163,23,145). Sum of RGB (Red+Green+Blue) = 163+23+145=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A31791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31791 is #5CE86E. Grayscale: #4E4E4E. Windows color (decimal): -6088815 or 9508771. OLE color: 9508771.

HSL color Cylindrical-coordinate representation of color #A31791: hue angle of 307.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31791 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 23 145 -
CMYK 0 0.86 0.11 0.36
HSL 307.71º 0.75% 0.36% -
HSV(B) 307.71º 0.86% 0.64% -
XYZ 20.52 10.44 27.72 -
YUV 78.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 163 23 145 0 0.86 0.11 0.36 307.71 0.75 0.36
Hex A3 17 91 0 56 B 24 134 4B 24
Octal 243 27 221 0 126 13 44 464 113 44
Binary 10100011 10111 10010001 0 1010110 1011 100100 100110100 1001011 100100

Color Harmonies of #A31791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31791

Black with #A31791

Text Example


Text Example

White with #A31791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31791; }

 p { color: rgb(163,23,145); }

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

background-color css

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

 a { background-color: rgb(163,23,145); }

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

border-color css

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

 span { border-color: rgb(163,23,145); }

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