Html Css Color HEX #A31D9C Dark Magenta

📋 copy color: '#A31D9C'

red 163 ◦ green 29 ◦ blue 156

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

Shades of Dark Magenta #A31D9C

Tints of Dark Magenta #A31D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 46.84%
G = 8.33%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A31D9C (or 0xA31D9C) is known color: Dark Magenta. HEX triplet: A3, 1D and 9C. RGB value is (163,29,156). Sum of RGB (Red+Green+Blue) = 163+29+156=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D9C is #5CE263. Grayscale: #535353. Windows color (decimal): -6087268 or 10231203. OLE color: 10231203.

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

Color convert

RGB 163 29 156 -
CMYK 0 0.82 0.04 0.36
HSL 303.13º 0.7% 0.38% -
HSV(B) 303.13º 0.82% 0.64% -
XYZ 21.54 11.07 32.45 -
YUV 83.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 163 29 156 0 0.82 0.04 0.36 303.13 0.7 0.38
Hex A3 1D 9C 0 52 4 24 12F 46 26
Octal 243 35 234 0 122 4 44 457 106 46
Binary 10100011 11101 10011100 0 1010010 100 100100 100101111 1000110 100110

Color Harmonies of #A31D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D9C

Black with #A31D9C

Text Example


Text Example

White with #A31D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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