Html Css Color HEX #A31D9E Dark Magenta

📋 copy color: '#A31D9E'

red 163 ◦ green 29 ◦ blue 158

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

Shades of Dark Magenta #A31D9E

Tints of Dark Magenta #A31D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 46.57%
G = 8.29%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A31D9E (or 0xA31D9E) is known color: Dark Magenta. HEX triplet: A3, 1D and 9E. RGB value is (163,29,158). Sum of RGB (Red+Green+Blue) = 163+29+158=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D9E is #5CE261. Grayscale: #535353. Windows color (decimal): -6087266 or 10362275. OLE color: 10362275.

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

Color convert

RGB 163 29 158 -
CMYK 0 0.82 0.03 0.36
HSL 302.24º 0.7% 0.38% -
HSV(B) 302.24º 0.82% 0.64% -
XYZ 21.72 11.13 33.35 -
YUV 83.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 163 29 158 0 0.82 0.03 0.36 302.24 0.7 0.38
Hex A3 1D 9E 0 52 3 24 12E 46 26
Octal 243 35 236 0 122 3 44 456 106 46
Binary 10100011 11101 10011110 0 1010010 11 100100 100101110 1000110 100110

Color Harmonies of #A31D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D9E

Black with #A31D9E

Text Example


Text Example

White with #A31D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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