Html Css Color HEX #A31591 Dark Magenta

📋 copy color: '#A31591'

red 163 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #A31591

Tints of Dark Magenta #A31591

RGB

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

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

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

R = 49.54%
G = 6.38%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A31591 (or 0xA31591) is known color: Dark Magenta. HEX triplet: A3, 15 and 91. RGB value is (163,21,145). Sum of RGB (Red+Green+Blue) = 163+21+145=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A31591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31591 is #5CEA6E. Grayscale: #4D4D4D. Windows color (decimal): -6089327 or 9508259. OLE color: 9508259.

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

Color convert

RGB 163 21 145 -
CMYK 0 0.87 0.11 0.36
HSL 307.61º 0.77% 0.36% -
HSV(B) 307.61º 0.87% 0.64% -
XYZ 20.48 10.37 27.71 -
YUV 77.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 163 21 145 0 0.87 0.11 0.36 307.61 0.77 0.36
Hex A3 15 91 0 57 B 24 134 4D 24
Octal 243 25 221 0 127 13 44 464 115 44
Binary 10100011 10101 10010001 0 1010111 1011 100100 100110100 1001101 100100

Color Harmonies of #A31591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31591

Black with #A31591

Text Example


Text Example

White with #A31591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31591; }

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

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

background-color css

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

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

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

border-color css

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

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

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