Html Css Color HEX #A31491 Dark Magenta

📋 copy color: '#A31491'

red 163 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #A31491

Tints of Dark Magenta #A31491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

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

R = 49.7%
G = 6.1%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A31491 (or 0xA31491) is known color: Dark Magenta. HEX triplet: A3, 14 and 91. RGB value is (163,20,145). Sum of RGB (Red+Green+Blue) = 163+20+145=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A31491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31491 is #5CEB6E. Grayscale: #4C4C4C. Windows color (decimal): -6089583 or 9508003. OLE color: 9508003.

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

Color convert

RGB 163 20 145 -
CMYK 0 0.88 0.11 0.36
HSL 307.55º 0.78% 0.36% -
HSV(B) 307.55º 0.88% 0.64% -
XYZ 20.47 10.33 27.7 -
YUV 77.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 163 20 145 0 0.88 0.11 0.36 307.55 0.78 0.36
Hex A3 14 91 0 58 B 24 134 4E 24
Octal 243 24 221 0 130 13 44 464 116 44
Binary 10100011 10100 10010001 0 1011000 1011 100100 100110100 1001110 100100

Color Harmonies of #A31491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31491

Black with #A31491

Text Example


Text Example

White with #A31491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31491; }

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

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

background-color css

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

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

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

border-color css

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

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

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