Html Css Color HEX #A31191 Dark Magenta

📋 copy color: '#A31191'

red 163 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #A31191

Tints of Dark Magenta #A31191

RGB

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

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

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

R = 50.15%
G = 5.23%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A31191 (or 0xA31191) is known color: Dark Magenta. HEX triplet: A3, 11 and 91. RGB value is (163,17,145). Sum of RGB (Red+Green+Blue) = 163+17+145=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A31191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31191 is #5CEE6E. Grayscale: #4A4A4A. Windows color (decimal): -6090351 or 9507235. OLE color: 9507235.

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

Color convert

RGB 163 17 145 -
CMYK 0 0.90 0.11 0.36
HSL 307.4º 0.81% 0.35% -
HSV(B) 307.4º 0.9% 0.64% -
XYZ 20.42 10.23 27.69 -
YUV 75.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 163 17 145 0 0.90 0.11 0.36 307.4 0.81 0.35
Hex A3 11 91 0 5A B 24 133 51 23
Octal 243 21 221 0 132 13 44 463 121 43
Binary 10100011 10001 10010001 0 1011010 1011 100100 100110011 1010001 100011

Color Harmonies of #A31191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31191

Black with #A31191

Text Example


Text Example

White with #A31191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31191; }

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

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

background-color css

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

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

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

border-color css

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

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

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