Html Css Color HEX #A31891 Dark Magenta

📋 copy color: '#A31891'

red 163 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #A31891

Tints of Dark Magenta #A31891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

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

R = 49.1%
G = 7.23%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A31891 (or 0xA31891) is known color: Dark Magenta. HEX triplet: A3, 18 and 91. RGB value is (163,24,145). Sum of RGB (Red+Green+Blue) = 163+24+145=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31891 is #5CE76E. Grayscale: #4F4F4F. Windows color (decimal): -6088559 or 9509027. OLE color: 9509027.

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

Color convert

RGB 163 24 145 -
CMYK 0 0.85 0.11 0.36
HSL 307.77º 0.74% 0.37% -
HSV(B) 307.77º 0.85% 0.64% -
XYZ 20.54 10.48 27.73 -
YUV 79.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 163 24 145 0 0.85 0.11 0.36 307.77 0.74 0.37
Hex A3 18 91 0 55 B 24 134 4A 25
Octal 243 30 221 0 125 13 44 464 112 45
Binary 10100011 11000 10010001 0 1010101 1011 100100 100110100 1001010 100101

Color Harmonies of #A31891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31891

Black with #A31891

Text Example


Text Example

White with #A31891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31891; }

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

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

background-color css

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

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

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

border-color css

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

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

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