Html Css Color HEX #A31D9F Dark Magenta

📋 copy color: '#A31D9F'

red 163 ◦ green 29 ◦ blue 159

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

Shades of Dark Magenta #A31D9F

Tints of Dark Magenta #A31D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 46.44%
G = 8.26%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A31D9F (or 0xA31D9F) is known color: Dark Magenta. HEX triplet: A3, 1D and 9F. RGB value is (163,29,159). Sum of RGB (Red+Green+Blue) = 163+29+159=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D9F is #5CE260. Grayscale: #535353. Windows color (decimal): -6087265 or 10427811. OLE color: 10427811.

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

Color convert

RGB 163 29 159 -
CMYK 0 0.82 0.02 0.36
HSL 301.79º 0.7% 0.38% -
HSV(B) 301.79º 0.82% 0.64% -
XYZ 21.8 11.17 33.81 -
YUV 83.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 163 29 159 0 0.82 0.02 0.36 301.79 0.7 0.38
Hex A3 1D 9F 0 52 2 24 12E 46 26
Octal 243 35 237 0 122 2 44 456 106 46
Binary 10100011 11101 10011111 0 1010010 10 100100 100101110 1000110 100110

Color Harmonies of #A31D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D9F

Black with #A31D9F

Text Example


Text Example

White with #A31D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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