Html Css Color HEX #A31D9B Dark Magenta

📋 copy color: '#A31D9B'

red 163 ◦ green 29 ◦ blue 155

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

Shades of Dark Magenta #A31D9B

Tints of Dark Magenta #A31D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 46.97%
G = 8.36%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A31D9B (or 0xA31D9B) is known color: Dark Magenta. HEX triplet: A3, 1D and 9B. RGB value is (163,29,155). Sum of RGB (Red+Green+Blue) = 163+29+155=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D9B is #5CE264. Grayscale: #535353. Windows color (decimal): -6087269 or 10165667. OLE color: 10165667.

HSL color Cylindrical-coordinate representation of color #A31D9B: hue angle of 303.58º 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 #A31D9B is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 29 155 -
CMYK 0 0.82 0.05 0.36
HSL 303.58º 0.7% 0.38% -
HSV(B) 303.58º 0.82% 0.64% -
XYZ 21.46 11.03 32.01 -
YUV 83.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 163 29 155 0 0.82 0.05 0.36 303.58 0.7 0.38
Hex A3 1D 9B 0 52 5 24 130 46 26
Octal 243 35 233 0 122 5 44 460 106 46
Binary 10100011 11101 10011011 0 1010010 101 100100 100110000 1000110 100110

Color Harmonies of #A31D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D9B

Black with #A31D9B

Text Example


Text Example

White with #A31D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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