Html Css Color HEX #A31F9C Dark Magenta

📋 copy color: '#A31F9C'

red 163 ◦ green 31 ◦ blue 156

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

Shades of Dark Magenta #A31F9C

Tints of Dark Magenta #A31F9C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

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

R = 46.57%
G = 8.86%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A31F9C (or 0xA31F9C) is known color: Dark Magenta. HEX triplet: A3, 1F and 9C. RGB value is (163,31,156). Sum of RGB (Red+Green+Blue) = 163+31+156=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F9C is #5CE063. Grayscale: #545454. Windows color (decimal): -6086756 or 10231715. OLE color: 10231715.

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

Color convert

RGB 163 31 156 -
CMYK 0 0.81 0.04 0.36
HSL 303.18º 0.68% 0.38% -
HSV(B) 303.18º 0.81% 0.64% -
XYZ 21.6 11.17 32.47 -
YUV 84.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 163 31 156 0 0.81 0.04 0.36 303.18 0.68 0.38
Hex A3 1F 9C 0 51 4 24 12F 44 26
Octal 243 37 234 0 121 4 44 457 104 46
Binary 10100011 11111 10011100 0 1010001 100 100100 100101111 1000100 100110

Color Harmonies of #A31F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F9C

Black with #A31F9C

Text Example


Text Example

White with #A31F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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