Html Css Color HEX #A31DA1 Dark Magenta

📋 copy color: '#A31DA1'

red 163 ◦ green 29 ◦ blue 161

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

Shades of Dark Magenta #A31DA1

Tints of Dark Magenta #A31DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 46.18%
G = 8.22%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A31DA1 (or 0xA31DA1) is known color: Dark Magenta. HEX triplet: A3, 1D and A1. RGB value is (163,29,161). Sum of RGB (Red+Green+Blue) = 163+29+161=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A31DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DA1 is #5CE25E. Grayscale: #535353. Windows color (decimal): -6087263 or 10558883. OLE color: 10558883.

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

Color convert

RGB 163 29 161 -
CMYK 0 0.82 0.01 0.36
HSL 300.9º 0.7% 0.38% -
HSV(B) 300.9º 0.82% 0.64% -
XYZ 21.98 11.24 34.73 -
YUV 84.11 171.39 184.27 -
System Red Green Blue C M Y K H S L
Decimal 163 29 161 0 0.82 0.01 0.36 300.9 0.7 0.38
Hex A3 1D A1 0 52 1 24 12D 46 26
Octal 243 35 241 0 122 1 44 455 106 46
Binary 10100011 11101 10100001 0 1010010 1 100100 100101101 1000110 100110

Color Harmonies of #A31DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DA1

Black with #A31DA1

Text Example


Text Example

White with #A31DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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