Html Css Color HEX #A31FA1 Dark Magenta

📋 copy color: '#A31FA1'

red 163 ◦ green 31 ◦ blue 161

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

Shades of Dark Magenta #A31FA1

Tints of Dark Magenta #A31FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

 BLUE value IS 161 (63.28% from 255) = 45.35%

R = 45.92%
G = 8.73%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A31FA1 (or 0xA31FA1) is known color: Dark Magenta. HEX triplet: A3, 1F and A1. RGB value is (163,31,161). Sum of RGB (Red+Green+Blue) = 163+31+161=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A31FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31FA1 is #5CE05E. Grayscale: #545454. Windows color (decimal): -6086751 or 10559395. OLE color: 10559395.

HSL color Cylindrical-coordinate representation of color #A31FA1: hue angle of 300.91º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31FA1 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 31 161 -
CMYK 0 0.81 0.01 0.36
HSL 300.91º 0.68% 0.38% -
HSV(B) 300.91º 0.81% 0.64% -
XYZ 22.03 11.34 34.75 -
YUV 85.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 163 31 161 0 0.81 0.01 0.36 300.91 0.68 0.38
Hex A3 1F A1 0 51 1 24 12D 44 26
Octal 243 37 241 0 121 1 44 455 104 46
Binary 10100011 11111 10100001 0 1010001 1 100100 100101101 1000100 100110

Color Harmonies of #A31FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FA1

Black with #A31FA1

Text Example


Text Example

White with #A31FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FA1; }

 p { color: rgb(163,31,161); }

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

background-color css

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

 a { background-color: rgb(163,31,161); }

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

border-color css

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

 span { border-color: rgb(163,31,161); }

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